This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/37296] Bootstrap failure due to __muldi3
- From: "kargl at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Sep 2008 05:18:11 -0000
- Subject: [Bug rtl-optimization/37296] Bootstrap failure due to __muldi3
- References: <bug-37296-10110@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from kargl at gcc dot gnu dot org 2008-09-01 05:18 -------
Here's a backtrace.
mobile:kargl[281] gdb /usr/home/kargl/gcc/obj/./gcc/cc1
GNU gdb 6.1.1 [FreeBSD]
(gdb) run b.c
Starting program: /usr/home/kargl/gcc/obj/gcc/cc1 b.c
main
Analyzing compilation unit
Performing interprocedural optimizations
<visibility> <early_local_cleanups>
Program received signal SIGSEGV, Segmentation fault.
initialize_inline_failed (node=0x0) at ../../gcc4x/gcc/cgraphbuild.c:90
90 for (e = node->callers; e; e = e->next_caller)
(gdb) bt
#0 initialize_inline_failed (node=0x0) at ../../gcc4x/gcc/cgraphbuild.c:90
#1 0x084315c9 in rebuild_cgraph_edges () at ../../gcc4x/gcc/cgraphbuild.c:258
#2 0x08238fe1 in execute_one_pass (pass=0x8a37100) at
../../gcc4x/gcc/passes.c:1277
#3 0x08239218 in execute_pass_list (pass=0x8a37100) at
../../gcc4x/gcc/passes.c:1325
#4 0x082394d0 in execute_ipa_pass_list (pass=0x0) at
../../gcc4x/gcc/passes.c:890
#5 0x08433f44 in cgraph_optimize () at ../../gcc4x/gcc/cgraphunit.c:1234
#6 0x0805ab1b in c_write_global_declarations () at
../../gcc4x/gcc/c-decl.c:8080
#7 0x082aba1b in toplev_main (argc=2, argv=0xbfbfe6fc) at
../../gcc4x/gcc/toplev.c:979
#8 0x0804aee9 in _start ()
#9 0x00000002 in ?? ()
I'll leave my current tree alone, so if you anything else just ask.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37296