bison-patches
[Top][All Lists]
Advanced

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

[PATCH 5/8] NEWS: update


From: Akim Demaille
Subject: [PATCH 5/8] NEWS: update
Date: Sun, 27 May 2018 10:55:32 +0200

---
 NEWS | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/NEWS b/NEWS
index 4484cfc4..3d8dd8b7 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,18 @@ GNU Bison NEWS
 
 ** Bug fixes
 
+*** C++: Fix support of 'syntax_error'
+
+  One incorrect 'inline' resulted in linking errors about the constructor of
+  the syntax_error exception.
+
+*** C++: Fix warnings
+
+  GCC 7.3 (with -O1 or -O2 but not -O0 or -O3) issued null-dereference
+  warnings about yyformat being possibly null.  It also warned about the
+  deprecated implicit definition of copy constructors when there's a
+  user-defined (copy) assignment operator.
+
 *** Location of errors
 
   In C++ parsers, out-of-bounds errors can happen when a rule with an empty
@@ -14,6 +26,10 @@ GNU Bison NEWS
   location of the error.  This handles gracefully rules with and without
   rhs.
 
+*** Portability fixes in the test suite
+
+  On some platforms, some Java and/or C++ tests were failing.
+
 * Noteworthy changes in release 3.0.4 (2015-01-23) [stable]
 
 ** Bug fixes
-- 
2.17.0




reply via email to

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