bison-patches
[Top][All Lists]
Advanced

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

Re: 09-fyi-ritem-max-rhs.patch


From: Akim Demaille
Subject: Re: 09-fyi-ritem-max-rhs.patch
Date: 06 Dec 2001 15:53:06 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Civil Service)

>>>>> "Pascal" == Pascal Bart <address@hidden> writes:

Pascal> Hi Akim,
>> What bison are you referring to?

Pascal> Yes sorry :), I'm referring to bison on the main trunk.

Actually both fails.  Thanks a lot.  I observed, when stripping down
the Bash grammar, another kind of failure, which I'll check too once I
understand this one.

I stripped it down to this test case:

%%
a: b;
b: c;
c: d;
d: | d;
%%

/tmp % ~/src/bison-1.29/tests/bison parse.y                      nostromo 15:51
bison: lalr.c:323: map_goto: Assertion `0' failed.
zsh: abort      ~/src/bison-1.29/tests/bison parse.y



reply via email to

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