From: Paul Thomas Date: Sun, 2 Aug 2020 09:44:02 +0000 (+0100) Subject: Update ChangeLogs for PR96325 X-Git-Tag: upstream/12.2.0~14466 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6912619fce0dafde2269960c4704e8f88c61b8f3;p=platform%2Fupstream%2Fgcc.git Update ChangeLogs for PR96325 --- 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 + + 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 * 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 + + PR fortran/96325 + * gfortran.dg/pr96325.f90: New test. + * gfortran.dg/pr91589.f90: Update error message. + 2020-08-01 Richard Sandiford PR c/96377 @@ -5283,7 +5289,7 @@ 2020-05-06 qing zhao 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 @@ -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