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/29467
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
assign-debug.f90
blob
bd441211242aeae051d150d76bcf3587a3a2f257
1
! { dg-do compile }
2
! { dg-options "-fcompare-debug -O2" }
3
program
test
4
integer
i
5
common
i
6
assign
2000
to
i
! { dg-warning "Deleted feature: ASSIGN statement" }
7
2000
continue
8
end