From: Paul Thomas Date: Sun, 18 Jan 2015 16:02:43 +0000 (+0000) Subject: correct PR numbers on previous commit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8fc4dc4adc207d36dce5e6820a1b95d6c83149db;p=gcc.git correct PR numbers on previous commit From-SVN: r219819 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 3f308f79fc1..decdcf61193 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,6 +1,6 @@ 2015-01-18 Paul Thomas - PR fortran/64578 + PR fortran/57959 * trans-expr.c (gfc_trans_subcomponent_assign): Use a deep copy for allocatable components, where the source is a variable. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8871283b680..a902dc30f03 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,6 +1,6 @@ 2015-01-18 Paul Thomas - PR fortran/64578 + PR fortran/57959 * gfortran.dg/block_13.f08: New test 2015-01-18 Paul Thomas