aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/pr102366.f90
blob: d002f64a8aed9daa67372078067dbab8d078a1cc (plain)
1
2
3
4
5
6
7
8
9
! { dg-do compile }
! { dg-options "-fdump-tree-original -Wall" }
! { dg-final { scan-tree-dump-times "static real" 1 "original" } }
! PR fortran/102366 - large arrays no longer become static

program p
  real(kind=4) :: a(16776325)
  a=1.0
end