summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/g77/funderscoring.f
blob: 720b3a7e3e1991bef72768db21838048c21105dd (plain)
1
2
3
4
5
6
7
8
C Test compiler flags: -funderscoring
C Origin: David Billinghurst <David.Billinghurst@riotinto.com>
C
C { dg-do compile }
C { dg-options "-funderscoring" }
      call aaabbbccc
      end
C { dg-final { scan-assembler "aaabbbccc_" } }