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
2017-12-08 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
assign_2.f90
blob
6db1f2fe85ce42171fd603db45354e7dc9c0b871
1
! { dg-do run }
2
! Option passed to avoid excess errors from obsolete warning
3
! { dg-options "-w" }
4
! PR18827
5
integer
i
,
j
6
common
/
foo
/
i
,
j
7
assign
1000
to
j
8
j
=
5
9
goto
j
10
1000
continue
11
end