URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [i386/] [pr22585.c] - Rev 848
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR target/22585 */ /* Testcase reduced by Volker Reichelt */ /* { dg-do compile } */ /* { dg-options "-march=i386 -O -ffast-math" } */ /* { dg-require-effective-target ia32 } */ int foo (long double d, int i) { if (d == (long double) i) return 1; }
Go to most recent revision | Compare with Previous | Blame | View Log