URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [ia64/] [float80-1.c] - Rev 848
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