This is the mail archive of the gcc@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]

3.4 does not bootstrap on fedora


This has been failing for at least a day. I configued thus:
/home/bothner/GNU/gcc3.4/configure --enable-languages=all --prefix=/home/bothner/GNU/install-gcc --enable-java-awt=gtk,xlib --enable-checking
This is i686-pc-linux-gnu (Fedora Core 1) native.


stage1/xgcc -Bstage1/ -B/home/bothner/GNU/install-gcc/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -fno-common -DHAVE_CONFIG_H -I. -I. -I/home/bothner/GNU/gcc3.4/gcc -I/home/bothner/GNU/gcc3.4/gcc/. -I/home/bothner/GNU/gcc3.4/gcc/../include -c insn-recog.c -o insn-recog.o
insn-recog.c: In function `recog_15':
insn-recog.c:15695: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [insn-recog.o] Error 1
make[2]: Leaving directory `/misc/GNU/build-gcc3.4/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/misc/GNU/build-gcc3.4/gcc'
make: *** [bootstrap] Error 2


0x08127fc5 in remove_useless_values ()
at /home/bothner/GNU/gcc3.4/gcc/cselib.c:365
365 if (v->locs)
(gdb) p v
$1 = (cselib_val *) 0xafafafaf
(gdb) bt
#0 0x08127fc5 in remove_useless_values ()
at /home/bothner/GNU/gcc3.4/gcc/cselib.c:365
#1 0x0812a1f3 in cselib_process_insn (insn=0x40ea1488)
at /home/bothner/GNU/gcc3.4/gcc/cselib.c:1370
#2 0x08430047 in reload_cse_regs_1 (first=0x40dc1ee0)
at /home/bothner/GNU/gcc3.4/gcc/postreload.c:192
#3 0x0842fd11 in reload_cse_regs (first=0x40dc1ee0)
at /home/bothner/GNU/gcc3.4/gcc/postreload.c:66
#4 0x08383da0 in rest_of_compilation (decl=0x405cd144)
at /home/bothner/GNU/gcc3.4/gcc/toplev.c:3417
#5 0x083e42b3 in tree_rest_of_compilation (fndecl=0x405cd144, nested_p=false)
at /home/bothner/GNU/gcc3.4/gcc/tree-optimize.c:168
#6 0x08073b94 in c_expand_body_1 (fndecl=0x405cd144, nested_p=0)
at /home/bothner/GNU/gcc3.4/gcc/c-decl.c:6118
#7 0x08073df0 in c_expand_body (fndecl=0x405cd144)
at /home/bothner/GNU/gcc3.4/gcc/c-decl.c:6150
#8 0x083e6d16 in cgraph_expand_function (node=0x405e7144)
at /home/bothner/GNU/gcc3.4/gcc/cgraphunit.c:533
#9 0x083e9135 in cgraph_expand_all_functions ()
at /home/bothner/GNU/gcc3.4/gcc/cgraphunit.c:1537
#10 0x083e933a in cgraph_optimize ()
at /home/bothner/GNU/gcc3.4/gcc/cgraphunit.c:1602
#11 0x080c5aa9 in c_objc_common_finish_file ()
at /home/bothner/GNU/gcc3.4/gcc/c-objc-common.c:245
#12 0x0805493b in finish_file () at /home/bothner/GNU/gcc3.4/gcc/c-lang.c:185
#13 0x080b80ac in c_common_parse_file (set_yydebug=0)
at /home/bothner/GNU/gcc3.4/gcc/c-opts.c:1246
#14 0x08380cfe in compile_file () at /home/bothner/GNU/gcc3.4/gcc/toplev.c:1805
#15 0x08385b65 in do_compile () at /home/bothner/GNU/gcc3.4/gcc/toplev.c:4633
#16 0x08385bfa in toplev_main (argc=39, argv=0xbffff684)
at /home/bothner/GNU/gcc3.4/gcc/toplev.c:4673
#17 0x080db886 in main (argc=39, argv=0xbffff684)
at /home/bothner/GNU/gcc3.4/gcc/main.c:35


--
	--Per Bothner
per@bothner.com   http://per.bothner.com/



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