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

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

https://gcc.gnu.org/g:a71d87431d0c4e04a402ef6566be090c470b2b53

commit r14-9050-ga71d87431d0c4e04a402ef6566be090c470b2b53
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
            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.

    gcc/testsuite/ChangeLog:

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

Reply via email to