Commit 5f1baa49 by Thomas Koenig

re PR fortran/48066 (Segfault with SUM of zero-sized array)

2011-03-12  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR libfortran/48066
	* gfortran.dg/intrinsic_ifunction_2.f90:  Correct PR number.

From-SVN: r170913
parent 289b7827
2011-03-12 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/48066
* gfortran.dg/intrinsic_ifunction_2.f90: Correct PR number.
2011-03-12 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/48066
* gfortran.dg/intrinsic_ifunction_2.f90: New test case.
2011-03-12 Janus Weil <janus@gcc.gnu.org>
......
! { dg-do run }
! PR 40866 - this used to segfault.
! PR 48066 - this used to segfault.
program p
real(8) :: empty(0, 3), square(0)
logical :: lempty(0, 3), lsquare(0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment