URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.target/] [i386/] [pr22576.c] - Rev 20
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