]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/40472 (Simplification of spread intrinsic takes a long time)
authorPaul Thomas <pault@gcc.gnu.org>
Mon, 22 Jun 2009 04:39:40 +0000 (04:39 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Mon, 22 Jun 2009 04:39:40 +0000 (04:39 +0000)
commit0e6640d89daa5b3e1515d84823af83f9ecb40209
tree22bf83720eefa43246cf9fd40e0a13617870b995
parente9402aab8a080c1a14e7a4c6f942d6794735e6b0
re PR fortran/40472 (Simplification of spread intrinsic takes a long time)

2009-06-22  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/40472
* simplify.c (gfc_simplify_spread): Restrict the result size to
the limit for an array constructor.

2009-06-22  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/40472
* gfortran.dg/spread_size_limit.f90: New test.

From-SVN: r148775
gcc/fortran/ChangeLog
gcc/fortran/simplify.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/spread_size_limit.f90 [new file with mode: 0644]