This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
bootstrap failure on darwin 5.5 (trunk)
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: GCC <gcc at gcc dot gnu dot org>
- Date: Tue, 11 Jun 2002 08:58:32 +0200
- Subject: bootstrap failure on darwin 5.5 (trunk)
Since yesterday:
./cc1 -fpreprocessed dp-bit.i -fPIC -quiet -dumpbase dp-bit.c -g -O2
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-version -o dp-bit.s
GNU C version 3.2 20020610 (experimental) (powerpc-apple-darwin5.5)
compiled by GNU C version 3.2 20020610 (experimental).
dp-bit.c: In function `__floatunsidf':
dp-bit.c:1227: internal compiler error: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
.c, .i, .s files available
Thanks,
Andreas
BTW, I don't know if the gdb output is useful.
-------
Starting program: /Volumes/reserved1/gcchfs/objdir/gcc/./cc1
-fpreprocessed dp-bit.i -fPIC -quiet -dumpbase dp-bit.c -g -O2 -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -version -o
dp-bit.s
[Switching to thread 1 (process 25934 thread 0x1807)]
GNU C version 3.2 20020610 (experimental) (powerpc-apple-darwin5.5)
compiled by GNU C version 3.2 20020610 (experimental).
Program received signal EXC_BAD_ACCESS, Could not access memory.
0x001df294 in choose_reload_regs (chain=0x92d258) at
/Volumes/xufs/gccsrc/gcc/gcc/reload1.c:5611
5611 for (k = 0; k < nr; k++)
(gdb) bt
#0 0x001df294 in choose_reload_regs (chain=0x92d258) at
/Volumes/xufs/gccsrc/gcc/gcc/reload1.c:5611
#1 0x001da7b4 in reload_as_needed (live_known=1) at
/Volumes/xufs/gccsrc/gcc/gcc/reload1.c:3904
#2 0x001d4064 in reload (first=0xd632a0, global=1) at
/Volumes/xufs/gccsrc/gcc/gcc/reload1.c:1109
#3 0x0022f890 in global_alloc (file=0x3938c4) at
/Volumes/xufs/gccsrc/gcc/gcc/global.c:590
#4 0x000983e0 in rest_of_compilation (decl=0xda30e0) at
/Volumes/xufs/gccsrc/gcc/gcc/toplev.c:3219
#5 0x0001bbcc in c_expand_body (fndecl=0xda30e0, nested_p=671089216,
can_defer_p=3380436) at /Volumes/xufs/gccsrc/gcc/gcc/c-decl.c:6869
#6 0x0001b754 in finish_function (nested=0, can_defer_p=1) at
/Volumes/xufs/gccsrc/gcc/gcc/c-decl.c:6736
#7 0x00002cf0 in yyparse () at c-parse.y:394
#8 0x00009104 in c_common_parse_file (set_yydebug=53) at
/Volumes/xufs/gccsrc/gcc/gcc/c-lex.c:165
#9 0x00096fe4 in compile_file () at
/Volumes/xufs/gccsrc/gcc/gcc/toplev.c:2094
#10 0x0009c43c in do_compile () at
/Volumes/xufs/gccsrc/gcc/gcc/toplev.c:5192
#11 0x0009c4e0 in toplev_main (argc=17, argv=0x39c450) at
/Volumes/xufs/gccsrc/gcc/gcc/toplev.c:5224
#12 0x0005f76c in main (argc=1, argv=0x0) at
/Volumes/xufs/gccsrc/gcc/gcc/main.c:35
#13 0x00001bf0 in _start ()
#14 0x00001a20 in start ()
(gdb)