X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg77.dg%2Ffno-underscoring.f;fp=gcc%2Ftestsuite%2Fg77.dg%2Ffno-underscoring.f;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=b91320b4c0b100ccb3e82201d1fe30aaa4691316;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g77.dg/fno-underscoring.f b/gcc/testsuite/g77.dg/fno-underscoring.f deleted file mode 100644 index b91320b4..00000000 --- a/gcc/testsuite/g77.dg/fno-underscoring.f +++ /dev/null @@ -1,8 +0,0 @@ -C Test compiler flags: -fno-underscoring -C Origin: David Billinghurst -C -C { dg-do compile } -C { dg-options "-fno-underscoring" } - call aaabbbccc - end -C { dg-final { scan-assembler-not "aaabbbccc_" } }