bison-patches
[Top][All Lists]
Advanced

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

Re: Bison test case fixes uncovered by recent bug reports


From: Paul Eggert
Subject: Re: Bison test case fixes uncovered by recent bug reports
Date: Wed, 21 Sep 2005 14:12:32 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

"Joel E. Denny" <address@hidden> writes:

> I think this cleanup in the test suite would aid future
> evolution of bison regardless.

I suspect my earlier test failures were because I didn't apply the
earlier patches properly.  Offhand I don't see how the proposed patch
will break anything, as the old code already needed to distinguish
between, e.g., *yylval versus yylval, and the new code merely changes
this to *lvalp versus yylval.  Since the test suite works with this
patch and it is more in the spirit of Bison for users to have local
names that don't start with "yy" I installed the patch.

Thanks.




reply via email to

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