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
/
pr38868.f
blob
a8c4469f089be53c4a3c89ce4415c0088ac21e95
1
! {
dg
-
do
compile
}
2
! {
dg
-
options
"-O2 -fdump-rtl-expand"
}
3
PROGRAM
testcase
4
IMPLICIT
NONE
5
6
CHARACTER*4 ANER
(
18
)
7
CHARACTER*80 LINE
8
aner
=
''
9
ANER
(
1
)=
'A '
10
ANER
(
2
)=
' '
11
LINE
=
' '
12
LINE
(
78
:
80
)=
'xyz'
13
WRITE
(*,
'(A82)'
)
"'"
//
LINE
//
"'"
14
END
15
16
! {
dg
-
final
{
scan
-
rtl
-
dump
-
times
"line
\\
\+80"
0
"expand"
} }