summaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorPaul Thomas <pault@gcc.gnu.org>2020-08-10 06:37:25 +0100
committerPaul Thomas <pault@gcc.gnu.org>2020-08-10 06:37:25 +0100
commit5fb34b41a7979c8445ad5a28614a440458fd4285 (patch)
tree1611f6a8942ada0921fc7a6967370517553c21db /gcc/fortran
parentabb276d0eca218e62e5ed50babf12ff544250759 (diff)
Correct ChangeLog foul ups.
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog15
1 files changed, 0 insertions, 15 deletions
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 <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).