public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Geoff Keating <geoffk@geoffk.org>
To: drow@mvista.com
Cc: zack@codesourcery.com, toa@pop.agri.ch, gcc@gcc.gnu.org
Subject: Re: basic-improvements call for testers
Date: Mon, 16 Dec 2002 12:53:00 -0000	[thread overview]
Message-ID: <200212162037.gBGKbtO13176@desire.geoffk.org> (raw)
In-Reply-To: <20021216195503.GA15291@nevyn.them.org> (message from Daniel Jacobowitz on Mon, 16 Dec 2002 14:55:03 -0500)

> Date: Mon, 16 Dec 2002 14:55:03 -0500
> From: Daniel Jacobowitz <drow@mvista.com>
> Cc: zack@codesourcery.com, toa@pop.agri.ch, gcc@gcc.gnu.org
> Mail-Followup-To: Geoff Keating <geoffk@geoffk.org>,
> 	zack@codesourcery.com, toa@pop.agri.ch, gcc@gcc.gnu.org
> Content-Disposition: inline
> User-Agent: Mutt/1.5.1i
> X-OriginalArrivalTime: 16 Dec 2002 19:54:18.0435 (UTC) FILETIME=[EB50B130:01C2A53C]
> 
> On Mon, Dec 16, 2002 at 11:45:22AM -0800, Geoff Keating wrote:
> > > 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.
> 
> @ isn't legal there according to the driver.  The test for the atom is:
> 
>       while (ISIDNUM(*p) || *p == '-' || *p == '+' || *p == '='
>              || *p == ',' || *p == '.')
>         p++;
> 
> If -@ is a valid option here that if statement should be extended to
> include it.

-@ is certainly a valid option.  I think we also have -#.

-- 
- Geoffrey Keating <geoffk@geoffk.org>

  reply	other threads:[~2002-12-16 20:37 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-14 11:22 Zack Weinberg
2002-12-14 11:30 ` Jan Hubicka
2002-12-14 14:26 ` Andreas Tobler
2002-12-15 15:09   ` Geoff Keating
2002-12-15 15:28     ` Zack Weinberg
2002-12-16 11:45       ` Andreas Tobler
2002-12-16 11:49       ` Geoff Keating
2002-12-16 12:03         ` Daniel Jacobowitz
2002-12-16 12:53           ` Geoff Keating [this message]
2002-12-14 16:16 ` Andrew Pinski
2002-12-15 11:01 ` Mark Mitchell
2002-12-16  4:51 ` libjava testresults (Was: basic-improvements call for testers) Mark Wielaard
2002-12-16  8:36   ` Mark Wielaard
2002-12-17  5:23     ` Mark Wielaard
2002-12-18  2:25       ` Mark Wielaard
2002-12-18  5:18   ` libjava testresults Zack Weinberg
2002-12-18 10:23     ` Tom Tromey
2002-12-15  8:40 basic-improvements call for testers Billinghurst, David (CRTS)
2002-12-15 15:30 ` Zack Weinberg
2002-12-16  1:17   ` Jan Hubicka
2002-12-15 16:29 Billinghurst, David (CRTS)
2002-12-15 16:48 ` Daniel Jacobowitz
2002-12-16 14:55 Billinghurst, David (CRTS)
2002-12-16 15:08 ` Jan Hubicka
2002-12-16 15:51 ` Eric Christopher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200212162037.gBGKbtO13176@desire.geoffk.org \
    --to=geoffk@geoffk.org \
    --cc=drow@mvista.com \
    --cc=gcc@gcc.gnu.org \
    --cc=toa@pop.agri.ch \
    --cc=zack@codesourcery.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).