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
2011-05-23 Tom de Vries <tom@codesourcery.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
oldstyle_2.f90
blob
8d84028880197bbfc7aae530ed8c03f9ee958a72
1
! { dg-do compile }
2
subroutine
foo
(
i
)
! { dg-error "DATA attribute" }
3
integer
i
/
10
/
4
end subroutine
foo