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
/
initialization_8.f90
blob
fdc418342783a665cba865161aa4613c5ff21728
1
! { dg-do compile }
2
! PR fortran/31639 -- ICE on invalid initialization expression
3
4
function
f
()
5
integer
::
i
=
irand
()
! { dg-error "not permitted in an initialization expression" }
6
f
=
i
7
end function