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
RISC-V: Refactor Dynamic LMUL codes
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr102366.f90
blob
d002f64a8aed9daa67372078067dbab8d078a1cc
1
! { dg-do compile }
2
! { dg-options "-fdump-tree-original -Wall" }
3
! { dg-final { scan-tree-dump-times "static real" 1 "original" } }
4
! PR fortran/102366 - large arrays no longer become static
5
6
program
p
7
real
(
kind
=
4
) ::
a
(
16776325
)
8
a
=
1.0
9
end