rt_gccstream/gcc/testsuite/gfortran.dg/g77/funderscoring.f

9 lines
235 B
Fortran

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_" } }