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:
parent
289b782785
commit
5f1baa4907
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue