This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: basic-improvements call for testers
> Cc: Andreas Tobler <toa@pop.agri.ch>, gcc@gcc.gnu.org
> From: Zack Weinberg <zack@codesourcery.com>
> 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 <geoffk@geoffk.org> writes:
> > Andreas Tobler <toa@pop.agri.ch> 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 <geoffk@geoffk.org>