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