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
/
pr43996.f90
blob
d0a4daf3cc37b1ba6dbebe49782ee0d3ce3880bc
1
! { dg-do compile }
2
! PR fortran/43996
3
!
4
real
,
parameter
::
a
(
720
,
360
) =
spread
((/(
j
,
j
=
1
,
720
) /),
dim
=
2
,
ncopies
=
360
)
! { dg-error "number of elements" }
5
real
x
6
x
=
a
(
720
,
360
)
7
end