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
/
pr70937.f90
blob
265029b833d46db4f88b7bee3cb822146ff670f2
1
! { dg-do compile }
2
! { dg-require-effective-target lto }
3
! { dg-options "-flto" }
4
SUBROUTINE
dbcsr_test_read_args
(
narg
,
args
)
5
CHARACTER
(
len
=*),
DIMENSION
(:), &
6
INTENT
(
out
) ::
args
7
CHARACTER
(
len
=
80
) ::
line
8
DO
9
args
(
narg
) =
line
10
ENDDO
11
END SUBROUTINE
dbcsr_test_read_args