aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPaul Thomas <pault@gcc.gnu.org>2016-01-28 06:52:15 +0000
committerPaul Thomas <pault@gcc.gnu.org>2016-01-28 06:52:15 +0000
commit9a175e65bd7c73810ec6de0dcf670309b2ef4d7c (patch)
tree4882d51fd84b20f0caf246c88032e985c84f0f0d /gcc
parent0d4c694e2fd88e1febf28d49aef5a7bbe0bf30ab (diff)
downloadgcc-9a175e65bd7c73810ec6de0dcf670309b2ef4d7c.zip
gcc-9a175e65bd7c73810ec6de0dcf670309b2ef4d7c.tar.gz
gcc-9a175e65bd7c73810ec6de0dcf670309b2ef4d7c.tar.bz2
correct ChangeLogs for PR69422
From-SVN: r232914
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/ChangeLog2
-rw-r--r--gcc/testsuite/ChangeLog2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 60ae441..1ea9d29 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -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..
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index c51ea92..540ffed 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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>