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
/
pr54889.f90
blob
68c6bee00b15a1550060d31d11947c3569708f79
1
! PR tree-optimization/54889
2
! { dg-do compile }
3
! { dg-options "-O3" }
4
! { dg-additional-options "-mavx" { target { i?86-*-* x86_64-*-* } } }
5
6
subroutine
foo
(
x
,
y
,
z
)
7
logical
,
pointer
::
x
(:,:)
8
integer
::
y
,
z
9
x
=
x
(
1
:
y
,
1
:
z
)
10
end subroutine