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 middle-end/30506] not sibcalling a function


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

Pawel Sikora <pluto at agmk dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #7 from Pawel Sikora <pluto at agmk dot net> 2011-06-22 22:14:00 UTC ---
seems to be fixed:

g:      subq    $131080, %rsp
        movl    $131072, %edx
        xorl    %esi, %esi
        movq    %rsp, %rdi
        call    memset
        xorl    %edi, %edi
        addq    $131080, %rsp
        jmp     f


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