correct PR numbers on previous commit

From-SVN: r219819
This commit is contained in:
Paul Thomas 2015-01-18 16:02:43 +00:00
parent a878f8e80c
commit 8fc4dc4adc
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
2015-01-18 Paul Thomas <pault@gcc.gnu.org>
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.

View file

@ -1,6 +1,6 @@
2015-01-18 Paul Thomas <pault@gcc.gnu.org>
PR fortran/64578
PR fortran/57959
* gfortran.dg/block_13.f08: New test
2015-01-18 Paul Thomas <pault@gcc.gnu.org>