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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
label_2.f90
blob
7b87f6c240b81c5f9b3d84bd2e5af5d3677f1cea
1
! { dg-do compile }
2
! PR fortran/24640. We needed to check that whitespace follows
3
! a statement label in free form.
4
!
5
program
pr24640
6
7
10
:
a
=
10
! { dg-error "character in statement" }
8
9
end program
10