URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [ia64/] [float80-1.c] - Rev 859
Go to most recent revision | Compare with Previous | Blame | View Log
/* Bug 14610 */ /* { dg-do run } */ extern void abort(void); volatile __float80 x = 30.0; int main(void) { double d = x; if (d != 30.0) abort (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log