URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [iftrap-3.c] - Rev 309
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