aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Thomas <pault@gcc.gnu.org>2020-08-10 06:37:25 +0100
committerGiuliano Belinassi <giuliano.belinassi@usp.br>2020-08-17 15:07:53 -0300
commit19f2a30b110c40142a7f108e45fbeb28ec0a9fae (patch)
treee67581cacd4233c98014f5b6b1612b1baedf898e
parentfc267be27fe4eb8072ead7f7635f70a152999a14 (diff)
downloadgcc-19f2a30b110c40142a7f108e45fbeb28ec0a9fae.zip
gcc-19f2a30b110c40142a7f108e45fbeb28ec0a9fae.tar.gz
gcc-19f2a30b110c40142a7f108e45fbeb28ec0a9fae.tar.bz2
Correct ChangeLog foul ups.
-rw-r--r--gcc/fortran/ChangeLog15
-rw-r--r--gcc/testsuite/ChangeLog11
2 files changed, 0 insertions, 26 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index b4903e7..390f9aa 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 <pault@gcc.gnu.org>
-
- 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 <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 a953d6d..4d3584e 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 <pault@gcc.gnu.org>
-
- PR fortran/96320
- * gfortran.dg/module_procedure_4.f90 : New test.
-
-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