This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]