/* This used to ICE because PHI-OPT would produce non-gimple code. */

int f(double d0, double d1) { return d0 > 0 == d1 > 0; }


syntax highlighted by Code2HTML, v. 0.9.1