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: Stan Shebs <shebs at apple dot com>
- To: "Timothy J. Wood" <tjw at omnigroup dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 20 Aug 2002 20:09:07 -0700
- Subject: Re: Bootstrap failure on Darwin 6.0
- References: <EBADF441-B4B2-11D6-9164-0003933F3BC2@omnigroup.com>
Hmm, must be very recent, all worked fine on Friday.
Stan
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