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: Really weird (bogus?) regressions


Richard Henderson wrote:

On Wed, Jan 22, 2003 at 09:15:43PM +0100, Paolo Carlini wrote:

Whereas it's expected:
920721-2.c: In function `f':
920721-2.c:5: parse error before "n"

I get, instead:
920721-2.c: In function `f':
920721-2.c:5: error: syntax error before "n"

Did you rebuild c-parse.c with byacc instead of bison?

Thanks for your feedback, I'll toroughly check this possibility.

However, I don't think I have byacc installed, only Bison. To be sure I have already tried downgrading from the current 1.875 to 1.75, 1.50 and even 1.35, without any benefit, unfortunately...

If I can steal some more seconds of your precious time, are there any other infrastructural applications which may be responsible for the wrong "error: syntax" string? Usually I keep my system up to date, but perhaps something I have is too much ;) up to date for building gcc (as happens for the autoconf machinery, I mean)

Thanks in advance, Paolo.


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