This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Really weird (bogus?) regressions
- From: Richard Henderson <rth at redhat dot com>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: gcc <gcc at gnu dot org>
- Date: Thu, 23 Jan 2003 23:16:57 -0800
- Subject: Re: Really weird (bogus?) regressions
- References: <3E2EFBEF.6030500@unitus.it>
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?
r~