Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / iftrap-3.c
blob52278e145dbcfd81c370fc25ce7976b4015701bc
1 /* Check that the conditional_trap pattern handles floating-point
2 comparisons correctly. */
3 void f1 (float x, float y) { if (x == y) __builtin_trap (); }
4 void f2 (double x, double y) { if (x == y) __builtin_trap (); }