]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
correct ChangeLogs for PR69422
authorPaul Thomas <pault@gcc.gnu.org>
Thu, 28 Jan 2016 06:52:15 +0000 (06:52 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Thu, 28 Jan 2016 06:52:15 +0000 (06:52 +0000)
From-SVN: r232914

gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 60ae4415249291b5d3f0008333f6d692e9e40213..1ea9d29a2ec7d176374da248d1a35a67b91434e6 100644 (file)
@@ -5,7 +5,7 @@
 
 2016-01-27  Paul Thomas  <pault@gcc.gnu.org>
 
-       PR fortran/69385
+       PR fortran/69422
        * trans-expr.c (is_scalar_reallocatable_lhs): Remove the check
        for allocatable components, whilst checking if the symbol is a
        derived or class entity..
index c51ea9288c63344760b5c79dc43db9d1ea7ad122..540ffedf01189b745128a2d80b0ba48c266c3be0 100644 (file)
@@ -14,7 +14,7 @@
 
 2016-01-27  Paul Thomas  <pault@gcc.gnu.org>
 
-       PR fortran/69385
+       PR fortran/69422
        * gfortran.dg/alloc_comp_assign_15.f03: New test.
 
 2016-01-27  Jakub Jelinek  <jakub@redhat.com>