This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap failure on Darwin 6.0
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: "Timothy J. Wood" <tjw at omnigroup dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 20 Aug 2002 23:15:26 -0400
- Subject: Re: Bootstrap failure on Darwin 6.0
make sure the stacksize is larger than the default:
I use `limit stacksize 4096'
I just build the mainline of FSF's repository last night on
Darwin 5.5 (Mac OS X) (after patching ctype.h).
Thanks,
Andrew Pinski
On Tuesday, August 20, 2002, at 11:06 , Timothy J. Wood wrote:
Checked out from the mainline (of FSF repository, not Darwin's):
export CC='cc -no-cpp-precomp'
./configure --prefix=/Users/Shared/$USER/gcc3-vanilla
--enable-languages="objc c++"
make bootstrap
stage1/xgcc -Bstage1/
-B/Users/Shared/bungi/gcc3-vanilla/powerpc-apple-darwin6.0/bin/
-c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional
-pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H
-DGENERATOR_FILE -I. -I. -I. -I./. -I./config
-I./../include \
./gengtype-lex.c -o gengtype-lex.o
xgcc: Internal error: Illegal instruction (program cc1)
The system crash log says that this is infinitely recursing:
Thread 0 Crashed:
#0 0x0014ae4c in lookup_page_table_entry (ggc-page.c:425)
#1 0x00149d5c in ggc_set_mark (ggc-page.c:983)
#2 0x0003c440 in gt_ggc_mx_lang_tree_node (c-decl.c:45)
#3 0x0003cc58 in gt_ggc_mx_lang_tree_node (c-decl.c:147)
#4 0x0003cc58 in gt_ggc_mx_lang_tree_node (c-decl.c:147)
#5 0x0003cc58 in gt_ggc_mx_lang_tree_node (c-decl.c:147)
#6 0x0003cc58 in gt_ggc_mx_lang_tree_node (c-decl.c:147)
#7 0x0003cc58 in gt_ggc_mx_lang_tree_node (c-decl.c:147)
....
-tim