repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
invalid_name.f90
blob
895664f8491062d66aeff9b744067f9880420c64
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
6