]> git.saurik.com Git - bison.git/commitdiff
news: YYERROR vs variants
authorAkim Demaille <akim@lrde.epita.fr>
Tue, 26 Nov 2013 14:31:33 +0000 (15:31 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Tue, 26 Nov 2013 14:31:51 +0000 (15:31 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 29cfe727001474d9526921e73a27e5550250ebd8..98516886b58d5645e0f126163fa8ac0948c8d048 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@ GNU Bison NEWS
 
 * Noteworthy changes in release ?.? (????-??-??) [?]
 
+** Bug fixes
+
+*** YYERROR and variants
+
+  When C++ variant support is enabled, an error triggered via YYERROR, but
+  not caught via error recovery, resulted in a double deletion.
 
 * Noteworthy changes in release 3.0.1 (2013-11-12) [stable]