diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-02-18 00:17:05 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-02-18 00:17:05 +0000 |
commit | c1d1571329b4e0923a104b6139cd7db2f0aa1c1d (patch) | |
tree | 6c457a43a47228b25b983fddd4c9b585a05f97d7 /libgfortran | |
parent | 5aff58e5ed8f634e0b20892452bde484db93039b (diff) | |
download | gcc-c1d1571329b4e0923a104b6139cd7db2f0aa1c1d.zip gcc-c1d1571329b4e0923a104b6139cd7db2f0aa1c1d.tar.gz gcc-c1d1571329b4e0923a104b6139cd7db2f0aa1c1d.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgfortran')
-rw-r--r-- | libgfortran/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
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 <jvdelisle@gcc.gnu.org> + + 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 <jvdelisle@gcc.gnu.org> + + 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 <jvdelisle@gcc.gnu.org> PR fortran/99210 |