URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.target/] [i386/] [20000609-1.c] - Rev 816
Compare with Previous | Blame | View Log
/* { dg-do run { target i?86-*-* x86_64-*-* } } */ /* { dg-require-effective-target ilp32 } */ /* { dg-options "-O1 -ffast-math -march=i686" } */ /* Sanity check for fp_jcc_* with TARGET_CMOVE. */ extern void abort (void); static int test(double a) { if (a) return 0; } static double zero = 0.0; int main () { test (zero); return 0; }