2 ! { dg-timeout-factor 4 }
3 ! PR20923 gfortran slow for large array constructors.
4 ! Test case prepared from PR by Jerry DeLisle <jvdelisle@gcc.gnu.org>
7 integer(kind
=4),parameter :: n
=1000
9 real(kind
=4),dimension(n
*n
) :: vect
10 vect(:) = (/ ((( (i
+j
+3)),i
=1,n
),j
=1,n
) /)