+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).
+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>