Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / gfortran.dg / g77 / fno-underscoring.f
1 C Test compiler flags: -fno-underscoring
2 C Origin: David Billinghurst <David.Billinghurst@riotinto.com>
3 C
4 C { dg-do compile }
5 C { dg-options "-fno-underscoring" }
6       call aaabbbccc
7       end
8 C { dg-final { scan-assembler-not "aaabbbccc_" } }