aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPaul Thomas <pault@gcc.gnu.org>2020-08-02 10:44:02 +0100
committerPaul Thomas <pault@gcc.gnu.org>2020-08-02 10:44:02 +0100
commit6912619fce0dafde2269960c4704e8f88c61b8f3 (patch)
treefa81730c2af0dadeecaf038942edd0278a0a1556 /gcc
parente41da82345fb01c4c2641c979a94a975d15312ab (diff)
downloadgcc-6912619fce0dafde2269960c4704e8f88c61b8f3.zip
gcc-6912619fce0dafde2269960c4704e8f88c61b8f3.tar.gz
gcc-6912619fce0dafde2269960c4704e8f88c61b8f3.tar.bz2
Update ChangeLogs for PR96325
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/ChangeLog7
-rw-r--r--gcc/testsuite/ChangeLog10
2 files changed, 15 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index fd1401c..bfef3b8 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 bbc0829..9897803 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>