[Bug debug/55056] [4.8 Regression] -O0 -g missing location for register double var

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Oct 25 07:14:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55056

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vmakarov at gcc dot gnu.org

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-10-25 07:14:16 UTC ---
Anyway, this "regression" is due to LRA which even for -O0 generates better
code, CCing Vlad to see why old reload pushed the l var into its own stack
slot, even when it is register and thus it doesn't have to do that.



More information about the Gcc-bugs mailing list