From: Paul Thomas Date: Tue, 4 Jul 2006 20:36:15 +0000 (+0000) Subject: re PR fortran/28174 (Corruption of multiple character arrays when passing array sections) X-Git-Tag: releases/gcc-4.2.0~2194 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aef0f05060a77b450833048a93a4347641d14fb6;p=thirdparty%2Fgcc.git re PR fortran/28174 (Corruption of multiple character arrays when passing array sections) 2006-07-04 Paul Thomas PR fortran/28174 * gfortran.dg/actual_array_substr_2.f90: New test. PR fortran/28167 * gfortran.dg/actual_array_constructor_2.f90: New test. From-SVN: r115187 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 96a3218afa0b..a0ef64223dad 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2006-07-04 Paul Thomas + + PR fortran/28174 + * gfortran.dg/actual_array_substr_2.f90: New test. + + PR fortran/28167 + * gfortran.dg/actual_array_constructor_2.f90: New test. + 2006-07-04 Francois-Xavier Coudert * gfortran.dg/itime_idate_1.f: New test.