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 c++/27177
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
real_dimension_1.f
blob
73e9131aaee49bb355d825b17e234eb7bc293925
1
! {
dg
-
do
compile
}
2
!
PR
34305
-
make sure there
's an error message for specifying a
3
program test
4
parameter (datasize = 1000)
5
dimension idata (datasize) ! { dg-error "must be of INTEGER type|must have constant shape" }
6
idata (1) = -1
7
end