Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gfortran.dg / g77 / funderscoring.f
blob720b3a7e3e1991bef72768db21838048c21105dd
1 C Test compiler flags: -funderscoring
2 C Origin: David Billinghurst <David.Billinghurst@riotinto.com>
4 C { dg-do compile }
5 C { dg-options "-funderscoring" }
6 call aaabbbccc
7 end
8 C { dg-final { scan-assembler "aaabbbccc_" } }