X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/23d13411c85d3a8705f9507219f61eddea57a218..be27db79a5ec25e1d86799f9e88532d9cc2c55f4:/tests/torture.at diff --git a/tests/torture.at b/tests/torture.at index a5e244b6..ac9e91ea 100644 --- a/tests/torture.at +++ b/tests/torture.at @@ -269,6 +269,7 @@ print < # include # include @@ -383,7 +384,7 @@ m4_define([AT_DATA_STACK_TORTURE], [AT_BISON_OPTION_PUSHDEFS([$2]) # A grammar of parens growing the stack thanks to right recursion. # exp: -AT_DATA([input.y], +AT_DATA_GRAMMAR([input.y], [[%{ #include #include @@ -431,7 +432,7 @@ int main (int argc, const char **argv) { YYSTYPE yylval_init = get_args (argc, argv); - int status; + int status = 0; int count; ]m4_bmatch([$2], [api.push-pull both], [[ yypstate *ps = yypstate_new ();