]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/20020319-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / 20020319-1.c
diff --git a/gcc/testsuite/gcc.dg/20020319-1.c b/gcc/testsuite/gcc.dg/20020319-1.c
deleted file mode 100644 (file)
index 46a756d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-/* PR optimization/5999
-   This testcase ICEd because one a/b -> a * (1/b) optimization
-   did not handle complex divides.  */
-/* { dg-do compile } */
-/* { dg-options "-O2 -ffast-math" } */
-
-__complex__ double foo (__complex__ double x, __complex__ double y)
-{
-  return x / y;
-}