Commit 9332e5ac by Thomas Koenig

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
parent f1cc032c
2019-12-30 Thomas Koenig <tkoenig@gcc.gnu.org> 2019-12-30 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/91651 PR fortran/91651
* gfortran.dg/index_3.f90: Fix PR number.
2019-12-30 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/91651
* gfortran.dg/index_3.f90: New test. * gfortran.dg/index_3.f90: New test.
2019-12-30 Thomas Koenig <tkoenig@gcc.gnu.org> 2019-12-30 Thomas Koenig <tkoenig@gcc.gnu.org>
......
! { dg-do run } ! { dg-do run }
! PR 91541 - this used to give an ICE. ! PR 91651 - this used to give an ICE.
! Bug report by Gerhard Steinmetz. ! Bug report by Gerhard Steinmetz.
program p program p
integer :: z(2) integer :: z(2)
......
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