From: Paul Thomas Date: Mon, 10 Aug 2020 05:37:25 +0000 (+0100) Subject: Correct ChangeLog foul ups. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5fb34b41a7979c8445ad5a28614a440458fd4285;p=gcc.git Correct ChangeLog foul ups. --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index b4903e71b94..390f9aac471 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -51,21 +51,6 @@ reference is added to an intrinsic type component, emit the error message in this function. -2020-08-01 Paul Thomas - - PR fortran/96320 - * interface.c (gfc_check_dummy_characteristics): If a module - procedure arrives with assumed shape in the interface and - deferred shape in the procedure itself, update the latter and - copy the lower bounds. - -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 a953d6da835..4d3584e1a6e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -441,17 +441,6 @@ * gfortran.dg/pr96325.f90: New test. * gfortran.dg/pr91589.f90: Update error message. -2020-08-01 Paul Thomas - - PR fortran/96320 - * gfortran.dg/module_procedure_4.f90 : New test. - -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