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
This commit is contained in:
Thomas Koenig 2011-03-12 23:18:09 +00:00
parent 289b782785
commit 5f1baa4907
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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

View file

@ -1,5 +1,5 @@
! { 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)