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
Relocation (= move+destroy)
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr30667.f
blob
f5d55d8023a7a40fc5a6e6e88a046f28acd4e144
1
! {
dg
-
do
compile
{
target i?
86
-*-*
x86_64
-*-* } }
2
! {
dg
-
require
-
effective
-
target ilp32
}
3
! {
dg
-
options
"-O2 -msse -ftree-vectorize -std=legacy"
}
4
subroutine
cblank_cvb
(
a
,
ndim
)
5
character*
(*)
a
6
character*1 blank
7
data blank
/
' '
/
8
do
100
i
=
1
,
ndim
9
100
a
(
i
:
i
)=
blank
10
end