]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/20000609-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / 20000609-1.c
diff --git a/gcc/testsuite/gcc.dg/20000609-1.c b/gcc/testsuite/gcc.dg/20000609-1.c
deleted file mode 100644 (file)
index 568ca5c..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/* { dg-do run { target i?86-*-* } } */
-/* { dg-options "-O1 -ffast-math -march=i686" } */
-
-/* Sanity check for fp_jcc_* with TARGET_CMOVE.  */
-
-extern void abort (void);
-
-static int test(double a)
-{
-  if (a)
-    return 0;
-}
-
-static double zero = 0.0;
-
-int main ()
-{
-  test (zero);
-  return 0;
-}