[Bug rtl-optimization/21196] -O2 optimizer bug?

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Apr 24 20:30:00 GMT 2005


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-24 20:30 -------
        pushl   %ebp
        movl    %esp, %ebp
        movl    8(%ebp), %eax
        popl    %ebp
        addl    $_rtext+2146435072, %eax

This is not a bug, see above: you are missing that relocates can happen in more places than where zero 
happens so that is the bug at all.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |rtl-optimization
            Version|4.1.0                       |3.3


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



More information about the Gcc-bugs mailing list