mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 01:03:04 +00:00
Ignore YYSTACK_USE_ALLOCA for push parsers since the stacks can't be
locals. Reported by Juan Manuel Guerrero at <http://lists.gnu.org/archive/html/bug-bison/2007-01/msg00000.html>. * data/push.c: Enclose the #ifdef YYSTACK_USE_ALLOCA in b4_push_if. Fix some indentation also. * tests/torture.at (Exploding the Stack Size with Alloca): Add comment explaining this issue.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
Ignore YYSTACK_USE_ALLOCA for push parsers since the stacks can't be
|
||||
locals. Reported by Juan Manuel Guerrero at
|
||||
<http://lists.gnu.org/archive/html/bug-bison/2007-01/msg00000.html>.
|
||||
* data/push.c: Enclose the #ifdef YYSTACK_USE_ALLOCA in b4_push_if.
|
||||
Fix some indentation also.
|
||||
* tests/torture.at (Exploding the Stack Size with Alloca): Add comment
|
||||
explaining this issue.
|
||||
|
||||
2007-01-09 Paolo Bonzini <bonzini@gnu.org>
|
||||
and Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user