From: Paul Eggert Date: Sun, 26 Dec 2004 06:13:31 +0000 (+0000) Subject: * tests/torture.at (Exploding the Stack Size with Alloca): Set X-Git-Tag: BISON-2_0~1 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/c935d93471e22237bfb0c766ec2c0d78cc4bfbea * 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. (This made it into 2.0.) --- diff --git a/ChangeLog b/ChangeLog index f4d7374d..0cb98892 100644 --- 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.