]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g77.dg/ff90-1.f
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g77.dg / ff90-1.f
diff --git a/gcc/testsuite/g77.dg/ff90-1.f b/gcc/testsuite/g77.dg/ff90-1.f
deleted file mode 100644 (file)
index f33eb28..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-C Test compiler flags: -ff90
-C Origin: David Billinghurst <David.Billinghurst@riotinto.com>
-C
-C Read the g77 manual entry on CMPAMBIG
-C
-C { dg-do run }
-C { dg-options "-ff90" }
-      double complex z
-      z = (2.0d0,1.0d0)
-      call s(real(z))
-      end
-      subroutine s(x)
-      double precision x
-      if ( abs(x-2.0d0) .gt. 1.0e-5 ) call abort
-      end