No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / 20020312-1.c
blob978401862a4fdee750bbce992863f1197707676f
1 /* This testcase ICEd on alpha because of an unrecognized insn formed
2 by conditional move optimization using an incorrect mode. */
3 /* { dg-do compile } */
4 /* { dg-options "-O -ffast-math" } */
6 char*
7 barf (double x)
9 return (x<0.0) ? "foo" : "bar";