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
/
print_parentheses_1.f
blob
d644483232a82b0d8905174abdc44873b288c3e6
1
! {
dg
-
do
compile
}
2
! {
dg
-
options
"-std=legacy"
}
3
!
4
program
main
5
character*80 line
6
print
(
line
,
'(A)'
),
'hello'
! {
dg
-
error
"Syntax error"
}
7
end