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
PR target/83368
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr77612.f90
blob
7bc5a492c789494f753c83c959fe49c6e76730e5
1
! { dg-do compile }
2
3
program
bad_len
4
5
implicit none
6
7
contains
8
9
subroutine
sub
10
character
(
len
=
ICE
) ::
line
! { dg-error "INTEGER expression expected" }
11
end subroutine
12
13
end program