re PR fortran/91651 ([F03] Implement KIND argument for INDEX)

2019-12-30  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR fortran/91651
	* gfortran.dg/index_3.f90: Fix PR number.

From-SVN: r279766
This commit is contained in:
Thomas Koenig 2019-12-30 12:35:05 +00:00
parent f1cc032cde
commit 9332e5acbf
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2019-12-30 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/91651
* gfortran.dg/index_3.f90: Fix PR number.
2019-12-30 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/91651

View File

@ -1,5 +1,5 @@
! { dg-do run }
! PR 91541 - this used to give an ICE.
! PR 91651 - this used to give an ICE.
! Bug report by Gerhard Steinmetz.
program p
integer :: z(2)