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
/
unexpected_eof.f
blob
d3cdb99596ab6476f383eb23ec3d16881a871bb9
1
! {
dg
-
do
compile
}
2
!
PR66461 ICE on missing
end program
in fixed source
3
program
p
4
integer
x
(
2
)
5
x
= -
1
6
if
(
x
(
1
) <
0
.
or
.
7
&
x
(
2
) <
0
)
print
*,
x
8
! {
dg
-
error
"Unexpected end of file"
""
{
target
*-*-* }
0
}