bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNU Bison 2.3] testsuite: 103 104 failed


From: Michael Deutschmann
Subject: Re: [GNU Bison 2.3] testsuite: 103 104 failed
Date: Thu, 14 Sep 2006 17:30:36 -0700 (PDT)

On Wed, 13 Sep 2006, you wrote:
> Michael Deutschmann <address@hidden> writes:
>
> > I can't test the patch, as it won't apply to bison-2.3.  Looking at the
> > rejections, it seems your development version has just drifted too much
>
> OK, I just generated a new alpha version; please give it a try instead.
>
> ftp://alpha.gnu.org/gnu/bison/bison-2.3a.tar.gz

It seems to solve the original problem, however there are two other, new
problems.

First, there are two places in the code -- in parse_gram.y and scan-code.l
-- where a new variable is declared in the middle of code, rather than at
the start.  I'm using an older version of GCC (2.95.3, long story) which
happens to object to that.

After some quick line reordering to fix that, all but one test succeeded.
The new problem is #133, which tests that a certain parser definition
produces C code containing the line "tests = {{{{{{{{{{}}}}}}}}}};".  The
actual output instead contains "tests = {{{{{{{{{{;};};};};};};};};};};".

---- Michael Deutschmann <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]