aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-04-08 12:15:19 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-04-08 12:15:19 +0000
commit1a96eb0a43107b0fe8751f23333df63e90104f96 (patch)
treec9da09275955028e4967e30668eefc5445980326 /libgfortran
parentb93836d5ca3959f456df8bc47284741780475e03 (diff)
Daily bump.
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 423346ccdc3..4e6c2406f48 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,14 @@
+2024-04-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR libfortran/114304
+ PR libfortran/105473
+ * io/list_read.c (eat_separator): Add logic to handle spaces
+ preceding a comma or semicolon such that that a 'null' read
+ occurs without error at the end of comma or semicolon
+ terminated input lines. Add check and error message for ';'.
+ (list_formatted_read_scalar): Treat comma as a decimal point
+ when specified by the decimal mode on the first item.
+
2024-04-02 Jakub Jelinek <jakub@redhat.com>
* configure.host: Fix duplicated words; the the -> the.