OSDN Git Service

2011-03-25 Martin Jambor <mjambor@suse.cz>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20040419-1.c
1 /* This used to ICE because PHI-OPT would produce non-gimple code. */
2
3 int f(double d0, double d1) { return d0 > 0 == d1 > 0; }