This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap failures with today's CVS
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 18 Nov 2001 15:54:53 -0500 (EST)
- Subject: Re: Bootstrap failures with today's CVS
On Fri, 16 Nov 2001, Zack Weinberg wrote:
> On Fri, Nov 16, 2001 at 02:40:24PM -0500, Jeff Sturm wrote:
> > It seems like the integrated preprocessor is misbehaving. I'm at a loss
> > on how to debug it...
>
> Your best bet is to use the -dy switch, which will produce tons of
> output. Redirect stderr to a file, and after it's done, look through
> and see what tokens were being processed immediately before the parse
> error.
Thanks. It turned out that I forgot to update libiberty & include before
bootstrapping. Somehow that mattered to the safe-ctype patches. I feel
foolish having reported a problem :(
Is there any reason, besides history, that the top-level include isn't
libiberty/include?
Jeff