]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/20020312-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / 20020312-1.c
diff --git a/gcc/testsuite/gcc.dg/20020312-1.c b/gcc/testsuite/gcc.dg/20020312-1.c
deleted file mode 100644 (file)
index 9784018..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-/* 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";
-}