Plugins: Add label-text.h to CPPLIB_H so it will be installed [PR115288]
[official-gcc.git] / gcc / testsuite / gfortran.dg / invalid_name.f90
blob895664f8491062d66aeff9b744067f9880420c64
1 ! { dg-do compile }
2 ! Tests the fix for PR27698, where names not starting with a letter were
3 ! rejected but not diagnosed with a proper message.
4 SUBROUTINE _foo ! { dg-error "Invalid character in name" }
5 END