URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [iftrap-3.c] - Rev 832
Go to most recent revision | Compare with Previous | Blame | View Log
/* Check that the conditional_trap pattern handles floating-point comparisons correctly. */ void f1 (float x, float y) { if (x == y) __builtin_trap (); } void f2 (double x, double y) { if (x == y) __builtin_trap (); }
Go to most recent revision | Compare with Previous | Blame | View Log