URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [i386/] [pr22576.c] - Rev 378
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR target/22576 */ /* Testcase reduced by Volker Reichelt */ /* { dg-do compile } */ /* { dg-options "-ffast-math" } */ int foo (long double d) { return d == 0; }
Go to most recent revision | Compare with Previous | Blame | View Log