repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gfortran.dg
/
initialization_7.f90
blob
8615181965d6a3aadd80656d16ef1c3983bae8c7
1
! { dg-do compile }
2
!
3
! PR fortran/31253 -- ICE on invlid initialization expression
4
! Contributed by: Mikael Morin <mikael DOT morin AT tele2 DOT fr>
5
!
6
7
subroutine
probleme
(
p
)
8
real
(
kind
=
8
),
dimension
(:) ::
p
9
integer
::
nx
=
size
(
p
,
1
)
! { dg-error "Deferred array" }
10
integer
::
nix
11
12
nix
=
nx
13
end subroutine