mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 14:23:04 +00:00
* tests/glr-regression.at (Uninitialized location when reporting
ambiguity): New test case. * data/glr.c (yyresolveLocations): New function, which uses YYLLOC_DEFAULT. (yyresolveValue): Invoke yyresolveLocations before reporting an ambiguity. * doc/bison.texinfo (Default Action for Locations): Note YYLLOC_DEFAULT's usage for ambiguity locations. (GLR Semantic Actions): Cross-reference those notes.
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,3 +1,15 @@
|
||||
2006-03-06 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* tests/glr-regression.at (Uninitialized location when reporting
|
||||
ambiguity): New test case.
|
||||
* data/glr.c (yyresolveLocations): New function, which uses
|
||||
YYLLOC_DEFAULT.
|
||||
(yyresolveValue): Invoke yyresolveLocations before reporting an
|
||||
ambiguity.
|
||||
* doc/bison.texinfo (Default Action for Locations): Note
|
||||
YYLLOC_DEFAULT's usage for ambiguity locations.
|
||||
(GLR Semantic Actions): Cross-reference those notes.
|
||||
|
||||
2006-03-04 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* tests/glr-regression.at (Leaked semantic values when reporting
|
||||
|
||||
Reference in New Issue
Block a user