OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git]
/
gcc
/
testsuite
/
gfortran.dg
/
assign-debug.f90
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