]> git.saurik.com Git - bison.git/commit - ChangeLog
Ignore YYSTACK_USE_ALLOCA for push parsers since the stacks can't be
authorJoel E. Denny <jdenny@ces.clemson.edu>
Wed, 10 Jan 2007 00:50:55 +0000 (00:50 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Wed, 10 Jan 2007 00:50:55 +0000 (00:50 +0000)
commit78143faa1652400c22826281258a196084ed0312
tree2f076e76be2c2a845a5e2b5fefb2af2a30fab6a2
parent8f7ebfc81fbc14f281c3ffafe06e667891b8052b
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.
ChangeLog
data/push.c
tests/torture.at