[Bug rtl-optimization/91333] [9/10 Regression] suboptimal register allocation for inline asm

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Nov 20 11:48:00 GMT 2019


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2019-11-20
                 CC|                            |jakub at gcc dot gnu.org,
                   |                            |uros at gcc dot gnu.org,
                   |                            |vmakarov at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
For -O2, I actually can't reproduce, all revisions I've tried emit just addsd.
For -O1, this regressed with r270060.
And while for -O3 it also regressed in the same revision, starting with r274994
it is again a single addsd.


More information about the Gcc-bugs mailing list