aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
diff options
context:
space:
mode:
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>2017-02-19 19:59:20 +0000
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>2017-02-19 19:59:20 +0000
commit6ade726eddfc5aa3ee5cc768e7a4e748336f9abe (patch)
treeddab479b52277ed3394bab1e6107ae8bcd9b4104 /gcc/fortran/ChangeLog
parent01991e362c8d4751e97cb80fa23c2f0d1478387f (diff)
2017-02-19 Paul Thomas <pault@gcc.gnu.org>
PR fortran/79447 * decl.c (gfc_set_constant_character_len): Whitespace. (gfc_match_end): Catch case where a procedure is contained in a module procedure and ensure that 'end procedure' is the correct termination. 2017-02-19 Paul Thomas <pault@gcc.gnu.org> PR fortran/79447 * gfortran.dg/submodule_24.f08 : New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245582 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r--gcc/fortran/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 3dfbbc5ed5b..fb7123472d7 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,4 +1,12 @@
-017-02-19 Paul Thomas <pault@gcc.gnu.org>
+2017-02-19 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/79447
+ * decl.c (gfc_set_constant_character_len): Whitespace.
+ (gfc_match_end): Catch case where a procedure is contained in
+ a module procedure and ensure that 'end procedure' is the
+ correct termination.
+
+2017-02-19 Paul Thomas <pault@gcc.gnu.org>
PR fortran/79402
* resolve.c (fixup_unique_dummy): New function.