OSDN Git Service

2011-09-26 Janus Weil <janus@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / spec_expr_3.f90
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