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
[AArch64] SVE tests
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr33074.f90
blob
3538d6588c465d97dc557a7d0a22e6c64dfe9dff
1
! PR middle-end/33074
2
! { dg-do compile }
3
! { dg-options "-O" }
4
5
subroutine
pr33074
(
a
,
w
)
6
real
a
(
1
),
w
(
1
)
7
a
(
1
) =
2.0
**
int
(
w
(
1
))
8
end