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
fix pr/45972
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
assign_1.f90
blob
81aaeff2d324152b3275d7314340b7f6cd1d0b74
1
! { dg-do compile }
2
! Option passed to avoid excess errors from obsolete warning
3
! { dg-options "-w" }
4
integer
i
(
5
)
5
assign
1000
to
i
! { dg-error "scalar default INTEGER" }
6
1000
continue
7
end