]> git.ipfire.org Git - thirdparty/gcc.git/commit
[RA]: Fixing i686 bootstrap failure because of pushing the equivalence patch
authorVladimir N. Makarov <vmakarov@redhat.com>
Fri, 27 Oct 2023 18:50:40 +0000 (14:50 -0400)
committerVladimir N. Makarov <vmakarov@redhat.com>
Fri, 27 Oct 2023 19:12:29 +0000 (15:12 -0400)
commit4d3d2cdb574488223d023b590c3a34ddd93f4dae
tree73437beb0f7b99bcfe9f9ed618c6f0874ef3186e
parent92fcbe8a323faee4c0fc571560f1a32317c4b26a
[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.
gcc/ira-costs.cc