]> git.saurik.com Git - bison.git/blobdiff - NEWS
diagnostics: no longer include the yacc category in -Wall
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index c92eae5c551a659ccb0123278d11f2a9c87be3db..ef9f4fa9f7361a6ddba601914ec1ef98fbc1de72 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -216,6 +216,11 @@ GNU Bison NEWS
     bar.y: error: shift/reduce conflicts: 1 found, 0 expected
     bar.y: error: reduce/reduce conflicts: 2 found, 0 expected
 
+** Incompatibilities with POSIX Yacc
+
+  The 'yacc' category is no longer part of '-Wall', enable it explicitly
+  with '-Wyacc'.
+
 ** Additional yylex/yyparse arguments
 
   The new directive %param declares additional arguments to both yylex and