]> git.saurik.com Git - bison.git/commitdiff
* tests/torture.at (Exploding the Stack Size with Alloca): Set
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 Dec 2004 06:13:31 +0000 (06:13 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 Dec 2004 06:13:31 +0000 (06:13 +0000)
YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
otherwise, we're not testing alloca.  Unfortunately there's no
simple way to consult HAVE_ALLOCA here.

(This made it into 2.0.)

ChangeLog

index f4d7374d89a155436201dfe0f5a4be28a43c0e16..0cb988920a405399094a95a36cdaba5c882d6baf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@
        * configure.ac (AC_INIT): Bump version to 1.875f.
        * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
 
+       * tests/torture.at (Exploding the Stack Size with Alloca): Set
+       YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
+       otherwise, we're not testing alloca.  Unfortunately there's no
+       simple way to consult HAVE_ALLOCA here.
+
        * data/lalr1.cc (yydestruct_): Pacify unused variable warning
        for yymsg, too.