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
Merge from mainline.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
array_constructor_3.f90
blob
7ddd1f4191f6fee3e2929fb7301c4ea35f1e65c9
1
! { dg-do compile }
2
! Check that empty array constructors are rejected
3
program
hum
4
print
*, (//) {
dg
-
error
"Empty array constructor"
}
5
end program
hum