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
/
assign.f90
blob
2d9e497fbe999f2c8ffaf26c416a46fe390a5a5a
1
! { dg-do run }
2
! Program to test ASSIGNing a label to common variable. PR18827.
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