[gcc/devel/c++-coroutines] Update ChangeLogs for PR96325

Iain D Sandoe iains@gcc.gnu.org
Mon Aug 3 19:48:48 GMT 2020


https://gcc.gnu.org/g:6912619fce0dafde2269960c4704e8f88c61b8f3

commit 6912619fce0dafde2269960c4704e8f88c61b8f3
Author: Paul Thomas <pault@gcc.gnu.org>
Date:   Sun Aug 2 10:44:02 2020 +0100

    Update ChangeLogs for PR96325

Diff:
---
 gcc/fortran/ChangeLog   |  7 +++++++
 gcc/testsuite/ChangeLog | 10 ++++++++--
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index fd1401c9bb6..bfef3b88421 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,10 @@
+2020-08-02  Paul Thomas  <pault@gcc.gnu.org>
+
+	PR fortran/96325
+	* primary.c (gfc_match_varspec): In the case that a component
+	reference is added to an intrinsic type component, emit the
+	error message in this function.
+
 2020-07-29  Tobias Burnus  <tobias@codesourcery.com>
 
 	* dump-parse-tree.c (show_omp_clauses): Handle order(concurrent).
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index bbc0829e37c..98978032e7b 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2020-08-02  Paul Thomas  <pault@gcc.gnu.org>
+
+	PR fortran/96325
+	* gfortran.dg/pr96325.f90: New test.
+	* gfortran.dg/pr91589.f90: Update error message.
+
 2020-08-01  Richard Sandiford  <richard.sandiford@arm.com>
 
 	PR c/96377
@@ -5283,7 +5289,7 @@
 2020-05-06  qing zhao  <qing.zhao@oracle.com>
 
 	PR c/94230
-	* gcc.dg/plugin/location-overflow-test-1.c (fn_1): New message to 
+	* gcc.dg/plugin/location-overflow-test-1.c (fn_1): New message to
 	provide hint to use the new -flarge-source-files option.
 
 2020-05-06  Uroš Bizjak  <ubizjak@gmail.com>
@@ -6113,7 +6119,7 @@
 	* g++.dg/coroutines/torture/local-var-4.C: Rename to...
 	* g++.dg/coroutines/torture/local-var-04-hiding-nested-scopes.C: this.
 	* g++.dg/coroutines/torture/local-var-5-awaitable.C: Rename to...
-	* g++.dg/coroutines/torture/local-var-05-awaitable.C: ...this. 
+	* g++.dg/coroutines/torture/local-var-05-awaitable.C: ...this.
 
 2020-04-22 Iain Sandoe <iain@sandoe.co.uk>


More information about the Gcc-cvs mailing list