]> git.saurik.com Git - bison.git/commit - ChangeLog
portability: fix pointer arithmetic to conform to C standard.
authorJoel E. Denny <jdenny@clemson.edu>
Sat, 3 Apr 2010 18:58:22 +0000 (14:58 -0400)
committerJoel E. Denny <jdenny@clemson.edu>
Sat, 10 Apr 2010 02:44:08 +0000 (22:44 -0400)
commit44c2b42dbb835bba585086cdf50f2003fdbef7eb
treed95e564786d29275696561d7a2fdb250592728bd
parent218287f5676ea3d4b1b44c3c43da831170c0fe2a
portability: fix pointer arithmetic to conform to C standard.

Reported by Tys Lefering at
<http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00035.html>.
This fix is already implemented in glr.c and does not apply to
lalr1.java.
* data/lalr1.cc (yy::parser::parse): Increase size of
yyerror_range and adjust subscripting so you don't have to
subtract one from the beginning of the array.
* data/yacc.c (b4_declare_parser_state_variables,
yyparse, yypush_parse): Likewise.
(cherry picked from commit 48f4100a8299918a3abc9c5d29db85319cad3cee)

Conflicts:

data/lalr1.cc
data/yacc.c
src/parse-gram.c
src/parse-gram.h
ChangeLog
data/lalr1.cc
data/yacc.c
src/parse-gram.c
src/parse-gram.h