]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g77.dg/fno-underscoring.f
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g77.dg / fno-underscoring.f
diff --git a/gcc/testsuite/g77.dg/fno-underscoring.f b/gcc/testsuite/g77.dg/fno-underscoring.f
deleted file mode 100644 (file)
index b91320b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-C Test compiler flags: -fno-underscoring
-C Origin: David Billinghurst <David.Billinghurst@riotinto.com>
-C
-C { dg-do compile }
-C { dg-options "-fno-underscoring" }
-      call aaabbbccc
-      end
-C { dg-final { scan-assembler-not "aaabbbccc_" } }