commit-bison
[Top][All Lists]
Advanced

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

bison ./ChangeLog src/LR0.c tests/regression.at...


From: Akim Demaille
Subject: bison ./ChangeLog src/LR0.c tests/regression.at...
Date: Sat, 29 Dec 2001 09:16:59 -0500

CVSROOT:        /cvsroot/bison
Module name:    bison
Changes by:     Akim Demaille <address@hidden>  01/12/29 09:16:59

Modified files:
        .              : ChangeLog 
        src            : LR0.c 
        tests          : regression.at sets.at 

Log message:
        Fix the `GAWK Grammar' failure.
        * src/LR0.c (final_state): Initialize to -1 so that we do compute
        the reductions of the first state which was mistakenly confused
        with the final state because precisely final_state was initialized
        to 0.
        * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
        now noticed by Bison.
        * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
        have a reduction on $default.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/ChangeLog.diff?tr1=1.466&tr2=1.467&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/LR0.c.diff?tr1=1.50&tr2=1.51&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/tests/regression.at.diff?tr1=1.26&tr2=1.27&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/tests/sets.at.diff?tr1=1.6&tr2=1.7&r1=text&r2=text




reply via email to

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