bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/4] {master} pacify a few issues


From: Theophile Ranquet
Subject: [PATCH 0/4] {master} pacify a few issues
Date: Mon, 21 Jan 2013 12:46:25 +0100

Hi,

Yet another batch of small but needed commits.

Clang used to complain about a useless "yyinput' function in an example.  This
is now fixed.

Perl didn't appreciate the use of potentially undefined variables. Also, I
found that the grammars embedded in the script were vulnerable to known (and
now fixed) bugs, which was problematic when benchmarking with older Bisons.

Theophile Ranquet (4):
  bench: pacify script (invalid uses of undefined variables)
  bench: compatibility for Bison <= 2.7
  c++: better silencing of warnings
  examples: please clang

 doc/bison.texi  |  2 +-
 etc/bench.pl.in | 37 ++++++++++++++++++++-----------------
 tests/c++.at    | 11 ++++++-----
 3 files changed, 27 insertions(+), 23 deletions(-)

-- 
1.8.1.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]