* NEWS: %expect-violations are now just warnings, reverting
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jan 2003 06:41:29 +0000 (06:41 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jan 2003 06:41:29 +0000 (06:41 +0000)
commit69363a9e4d0b8d3b51536434d3395d38519f617b
treef834719c3fbac7204cf8cfe63e5686d19714de7d
parent8522c9ed2afa4500e07c994c76f0870b061bfa82
* NEWS: %expect-violations are now just warnings, reverting
to Bison 1.30 and 1.75 behavior.  This fixes the GCC 3.2
bootstrapping problem reported by Matthias Klose; see
<http://mail.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
* src/conflicts.c (conflicts_print): Likewise.
* tests/conflicts.at (%expect not enough, %expect too much,
%expect with reduce conflicts): Likewise.
* doc/bison.texinfo (Expect Decl): Document this.  Also mention
that the warning is enabled if the number of conflicts changes
(not necessarily increases).
NEWS
doc/bison.texinfo
src/conflicts.c
tests/conflicts.at