X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e386b50f26b4459a48d2dcb9468841a975aa0efd..071863b3d88c232c10348b7c38378c47d363857c:/NEWS diff --git a/NEWS b/NEWS index 07bf5a9d..e01198de 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,23 @@ GNU Bison NEWS * Noteworthy changes in release ?.? (????-??-??) [?] +** Bug fixes + +*** Portability issues in the test suite. + +*** Fixes of the -Werror option + + Options such as "-Werror -Wno-error=foo" were still turning "foo" + diagnostics into errors instead of warnings. This is fixed. + + Actually, for consistency with GCC, "-Wno-error=foo -Werror" now also + leaves "foo" diagnostics as warnings. Similarly, with "-Werror=foo + -Wno-error", "foo" diagnostics are now errors. + +*** GLR Predicates + + As demonstrated in the documentation, one can now leave spaces between + "%?" and its "{". * Noteworthy changes in release 3.0 (2013-07-25) [stable]