From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27369 invoked by alias); 16 Dec 2002 19:45:28 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 27356 invoked from network); 16 Dec 2002 19:45:24 -0000 Received: from unknown (HELO desire.geoffk.org) (12.235.56.190) by sources.redhat.com with SMTP; 16 Dec 2002 19:45:24 -0000 Received: (from geoffk@localhost) by desire.geoffk.org (8.11.6/8.11.6) id gBGJjMR13141; Mon, 16 Dec 2002 11:45:22 -0800 Date: Mon, 16 Dec 2002 11:49:00 -0000 From: Geoff Keating Message-Id: <200212161945.gBGJjMR13141@desire.geoffk.org> To: zack@codesourcery.com CC: toa@pop.agri.ch, gcc@gcc.gnu.org In-reply-to: <873coyyj53.fsf@egil.codesourcery.com> (message from Zack Weinberg on Sun, 15 Dec 2002 15:09:12 -0800) Subject: Re: basic-improvements call for testers References: <87y96se9bx.fsf@egil.codesourcery.com> <3DFBAC04.6010606@pop.agri.ch> <873coyyj53.fsf@egil.codesourcery.com> X-SW-Source: 2002-12/txt/msg00913.txt.bz2 > Cc: Andreas Tobler , gcc@gcc.gnu.org > From: Zack Weinberg > Date: Sun, 15 Dec 2002 15:09:12 -0800 > User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu) > X-OriginalArrivalTime: 15 Dec 2002 23:08:47.0062 (UTC) FILETIME=[EBF21F60:01C2A48E] > > Geoff Keating writes: > > Andreas Tobler writes: > >> stage1/xgcc -Bstage1/ > >> -B/Volumes/reserved1/gcctmp/powerpc-apple-darwin6.2/bin/ -g -O2 > >> -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes > >> -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long > >> -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o gengenrtl \ > >> gengenrtl.o ../libiberty/libiberty.a > >> make[2]: *** [gengenrtl] Abort trap > >> make[1]: *** [stage2_build] Error 2 > >> make: *** [bootstrap] Error 2 > > > > I now see exactly this on Darwin too, after the last merge into BIB. > > I don't have access to a Darwin machine. Would you mind trying to > debug this a bit more? It happens in the driver: #0 0x9005d478 in abort () #1 0x00011bd8 in handle_braces (p=0x63bb4 "@:-o %f%u.out}%{!@:%{o*}%{!o:-o a.out}} %{!Zdynamiclib:%{!A:%{!nostdlib:%{!nostartfiles:%S}}}} %{L*} %(link_libgcc) %o %{!nostdlib:%{!nodefaultlibs:%G %L}} %{!A:%{!nostdlib:%{!nostartfiles"...) at /Network/Servers/cauchy/homes/thorin/gkeating/co/basic-improvement/gcc/gcc/gcc.c:5703 I don't see anything wrong with the specs string at this point, it looks like an example of the %{S:X} rule. -- - Geoffrey Keating