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
/
save_parameter.f90
blob
dd879bb869d0b6625f17497a0088b74066ce6122
1
! { dg-do compile }
2
! PR fortran/32633 - implied SAVE conflicts with parameter attribute
3
! Testcase contributed by: Joost VandeVondele <jv244@cam.ac.uk>
4
5
MODULE
test
6
CHARACTER
(
len
=
1
),
PARAMETER
::
backslash
=
'
\\
'
7
PUBLIC
::
backslash
8
END MODULE
9
10
! { dg-final { cleanup-modules "test" } }