Commit 10b5935e by Andrew Pinski Committed by Andrew Pinski

20040419-1.c: New test.

2004-04-19  Andrew Pinski  <pinskia@physics.uc.edu>

        * gcc.c-torture/compile/20040419-1.c: New test.

From-SVN: r80852
parent a3d71605
2004-04-19 Andrew Pinski <pinskia@physics.uc.edu>
* gcc.c-torture/compile/20040419-1.c: New test.
2004-04-18 Aldy Hernandez <aldyh@redhat.com>
* gcc.dg/vmx/varargs-1.c: Handle when printf outputs \r\n.
......
/* This used to ICE because PHI-OPT would produce non-gimple code. */
int f(double d0, double d1) { return d0 > 0 == d1 > 0; }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment