This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]