From c1d1571329b4e0923a104b6139cd7db2f0aa1c1d Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Sun, 18 Feb 2024 00:17:05 +0000 Subject: Daily bump. --- libgfortran/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'libgfortran') diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 2c2cd65..d3ce2d7 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,20 @@ +2024-02-17 Jerry DeLisle + + PR libfortran/105473 + * io/list_read.c (eat_separator): Reject comma as a + seprator when it is being used as a decimal point. + (parse_real): Reject a '.' when is should be a comma. + (read_real): Likewise. + * io/read.c (read_f): Add more checks for ',' and '.' + conditions. + +2024-02-17 Jerry DeLisle + + PR libfortran/107068 + * io/list_read.c (read_logical): When looking for a possible + variable name, check for left paren, indicating a possible + array reference. + 2024-02-14 Jerry DeLisle PR fortran/99210 -- cgit v1.1