summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/g77/fno-underscoring.f
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/g77/fno-underscoring.f')
-rw-r--r--gcc/testsuite/gfortran.dg/g77/fno-underscoring.f8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/g77/fno-underscoring.f b/gcc/testsuite/gfortran.dg/g77/fno-underscoring.f
new file mode 100644
index 000000000..b91320b4c
--- /dev/null
+++ b/gcc/testsuite/gfortran.dg/g77/fno-underscoring.f
@@ -0,0 +1,8 @@
+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_" } }