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

--- Comment #10 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Vladimir Makarov <vmaka...@gcc.gnu.org>:

https://gcc.gnu.org/g:4d3d2cdb574488223d023b590c3a34ddd93f4dae

commit r14-4986-g4d3d2cdb574488223d023b590c3a34ddd93f4dae
Author: Vladimir N. Makarov <vmaka...@redhat.com>
Date:   Fri Oct 27 14:50:40 2023 -0400

    [RA]: Fixing i686 bootstrap failure because of pushing the equivalence
patch

    GCC with my recent patch improving cost calculation for pseudos with
    equivalence may generate different code with and without debug info
    and as the result i686 bootstrap fails on i686.  The patch fixes this
    bug.

    gcc/ChangeLog:

            PR rtl-optimization/112107
            * ira-costs.cc: (calculate_equiv_gains): Use NONDEBUG_INSN_P
            instead of INSN_P.

Reply via email to