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
ieee_9.f90: XFAIL on arm*-*-gnueabi[hf].
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pad_source_2.f
blob
bcf9439cd1412aebcb786b3bb2cfbb07d3bcb110
1
c { dg-do run }
2
c { dg-skip-if "non-standard options" { *-*-* } { "-ffixed-line-length*" } }
3
c { dg-options "-fpad-source" }
4
character
(
80
)
a
5
a
=
'abc
6
+def'
7
if
(
a
(:
61
) .
ne
.
'abc'
)
stop
1
8
if
(
a
(
62
:) .
ne
.
'def'
)
stop
2
9
end