Commit 56f4537e by Roger Sayle Committed by Andreas Jaeger

* gcc.dg/20020312-1.c: New test case.

From-SVN: r50640
parent 36e51383
2002-03-12 Roger Sayle <roger@eyesopen.com>
* gcc.dg/20020312-1.c: New test case.
2002-03-11 Aldy Hernandez <aldyh@redhat.com> 2002-03-11 Aldy Hernandez <aldyh@redhat.com>
* gcc.dg/altivec-1.c: Cleanup and use altivec.h. * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
......
/* This testcase ICEd on alpha because of an unrecognized insn formed
by conditional move optimization using an incorrect mode. */
/* { dg-do compile } */
/* { dg-options "-O -ffast-math" } */
char*
barf (double x)
{
return (x<0.0) ? "foo" : "bar";
}
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