repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gfortran.dg
/
non_module_public.f90
blob
3201a1598e57815e935118105ff3c9170023c4c9
1
! { dg-do compile }
2
! PR20837 - A symbol may not be declared PUBLIC or PRIVATE outside a module.
3
! Contributed by Joost VandeVondele <jv244@cam.ac.uk>
4
integer
,
parameter
,
public
::
i
=
1
! { dg-error "outside of the specification part of a module" }
5
END