Update ChangeLogs for PR96325
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 2 Aug 2020 09:44:02 +0000 (10:44 +0100)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 2 Aug 2020 09:44:02 +0000 (10:44 +0100)
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index fd1401c..bfef3b8 100644 (file)
@@ -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).
index bbc0829..9897803 100644 (file)
@@ -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
 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>
        * 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>