]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/20001012-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / 20001012-1.c
diff --git a/gcc/testsuite/gcc.dg/20001012-1.c b/gcc/testsuite/gcc.dg/20001012-1.c
deleted file mode 100644 (file)
index 2fa7d76..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/* { dg-do run { target sparc*-*-* } } */
-/* { dg-options "-O2 -fpic" } */
-
-double
-foo (void)
-{
-  return (__extension__ ((union { unsigned __l __attribute__((__mode__(__SI__))); float __d; }) { __l: 0x3f800000UL }).__d);
-}
-
-main ()
-{
-  if (foo() != 1.0)
-    abort ();
-  exit (0);
-}