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
Fix compilation failure with C++98 compilers
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr77942.f90
blob
7d46afbd41c70532b547c5a7514e9fe9997c0ba7
1
! { dg-do compile }
2
program
p
3
character
,
parameter
::
c
(
2
) =
'a'
4
print
*,
cshift
(
c
(
2
:
1
),
1
)
5
end