From b53b0f5dd892a0b0843a4fe6d6b143a03ab3bfa2 Mon Sep 17 00:00:00 2001 From: rguenth Date: Thu, 22 Apr 2010 08:34:41 +0000 Subject: [PATCH] 2010-04-22 Richard Guenther PR fortran/43829 * resolve.c (gfc_resolve_index): Wrap around ... (gfc_resolve_index_1): ... this. Add parameter to allow any integer kind index type. (resolve_array_ref): Allow any integer kind for the start index of an array ref. * gfortran.dg/vector_subscript_6.f90: New testcase. * gfortran.dg/assign_10.f90: Adjust. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158632 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/ChangeLog | 9 +++++++++ gcc/testsuite/ChangeLog | 6 ++++++ 2 files changed, 15 insertions(+) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 27dab6d6dda..1c77717b4e8 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,12 @@ +2010-04-22 Richard Guenther + + PR fortran/43829 + * resolve.c (gfc_resolve_index): Wrap around ... + (gfc_resolve_index_1): ... this. Add parameter to allow + any integer kind index type. + (resolve_array_ref): Allow any integer kind for the start + index of an array ref. + 2010-04-21 Jakub Jelinek PR fortran/43836 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ce4e05c951d..cc55d0b4bd0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2010-04-22 Richard Guenther + + PR fortran/43829 + * gfortran.dg/vector_subscript_6.f90: New testcase. + * gfortran.dg/assign_10.f90: Adjust. + 2010-04-21 Jakub Jelinek PR fortran/43836 -- 2.11.0