https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105473

--- Comment #28 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Jerry DeLisle
<jvdeli...@gcc.gnu.org>:

https://gcc.gnu.org/g:7ecea49245bc6aeb6c889a4914961f94417f16e5

commit r13-8411-g7ecea49245bc6aeb6c889a4914961f94417f16e5
Author: Jerry DeLisle <jvdeli...@gcc.gnu.org>
Date:   Sat Feb 17 09:24:58 2024 -0800

    libgfortran: [PR105473] Fix checks for decimal='comma'.

            PR libfortran/105473

    libgfortran/ChangeLog:

            * io/list_read.c (eat_separator): Reject comma as a
            separator when it is being used as a decimal point.
            (parse_real): Reject a '.' when it should be a comma.
            (read_real): Likewise.
            * io/read.c (read_f): Add more checks for ',' and '.'
            conditions.

    gcc/testsuite/ChangeLog:

            * gfortran.dg/pr105473.f90: New test.

    (cherry picked from commit a71d87431d0c4e04a402ef6566be090c470b2b53)

Reply via email to