X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg77.dg%2Fff90-1.f;fp=gcc%2Ftestsuite%2Fg77.dg%2Fff90-1.f;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=f33eb28b21bc9b6580c10a4c7ebdc6229387602d;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g77.dg/ff90-1.f b/gcc/testsuite/g77.dg/ff90-1.f deleted file mode 100644 index f33eb28b..00000000 --- a/gcc/testsuite/g77.dg/ff90-1.f +++ /dev/null @@ -1,15 +0,0 @@ -C Test compiler flags: -ff90 -C Origin: David Billinghurst -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