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/37296] [4.4 Regression] Bootstrap failure compiling libgcc



------- Comment #16 from ebotcazou at gcc dot gnu dot org  2008-09-02 10:17 -------
Created an attachment (id=16189)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16189&action=view)
Simplified preprocessed source

It's still big, but it yields a 353-line assembly file.

Compile with -O2 -fomit-frame-pointer -mtune=pentium.  In rebuild_cgraph_edges:

        call    cgraph_node
        movl    %eax, 32(%esp)

[...]

        movl    48(%esp), %eax
        call    initialize_inline_failed

The offset against %esp should be the same.


-- 


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


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