nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / spec_expr_3.f90
blob27687e5d9f980de3d762efc2d8ac48c70fa8ed15
1 ! { dg-do compile }
2 ! PR fortran/18271
3 subroutine sub(imax)
4 implicit none
5 integer, intent(in) :: imax
6 real :: aux1(25000+int(0.82*imax))
7 end subroutine