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
This commit is contained in:
Andrew Pinski 2004-04-19 14:27:09 +00:00 committed by Andrew Pinski
parent a3d71605ed
commit 10b5935eb2
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -0,0 +1,3 @@
/* This used to ICE because PHI-OPT would produce non-gimple code. */
int f(double d0, double d1) { return d0 > 0 == d1 > 0; }