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:
parent
a3d71605ed
commit
10b5935eb2
2 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
3
gcc/testsuite/gcc.c-torture/compile/20040419-1.c
Normal file
3
gcc/testsuite/gcc.c-torture/compile/20040419-1.c
Normal 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; }
|
Loading…
Add table
Reference in a new issue