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

--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Harald Anlauf <anl...@gcc.gnu.org>:

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

commit r14-8902-gb3d622d70ba209b63471fc1b0970870046e55745
Author: Harald Anlauf <anl...@gmx.de>
Date:   Thu Feb 8 21:51:38 2024 +0100

    Fortran: error recovery on arithmetic overflow on unary operations
[PR113799]

            PR fortran/113799

    gcc/fortran/ChangeLog:

            * arith.cc (reduce_unary): Remember any overflow encountered during
            reduction of unary arithmetic operations on array constructors and
            continue, and return error status, but terminate on serious errors.

    gcc/testsuite/ChangeLog:

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

Reply via email to