[Bug rtl-optimization/37296] [4.4 Regression] Bootstrap failure compiling libgcc
ebotcazou at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Sep 2 10:18:00 GMT 2008
------- 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
More information about the Gcc-bugs
mailing list