Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
invalid_name.f90
blob: 895664f8491062d66aeff9b744067f9880420c64 [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
Tests
the fix
for
PR27698
,
where
names
not
starting
with
a letter were
!
rejected but
not
diagnosed
with
a proper message
.
SUBROUTINE _foo
!
{
dg
-
error
"Invalid character in name"
}
END