mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
* NEWS (2.5): Document fix for -Wno-KEY.
(cherry picked from commit 248dba53cb)
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2011-03-27 Joel E. Denny <joeldenny@joeldenny.org>
|
||||||
|
|
||||||
|
* NEWS (2.5): Document fix for -Wno-CATEGORY.
|
||||||
|
|
||||||
2011-03-20 Joel E. Denny <joeldenny@joeldenny.org>
|
2011-03-20 Joel E. Denny <joeldenny@joeldenny.org>
|
||||||
|
|
||||||
doc: fix confusing citation of LAC publication.
|
doc: fix confusing citation of LAC publication.
|
||||||
|
|||||||
9
NEWS
9
NEWS
@@ -359,6 +359,15 @@ Bison News
|
|||||||
|
|
||||||
*** Parser traces now print the top element of the stack.
|
*** Parser traces now print the top element of the stack.
|
||||||
|
|
||||||
|
** -W/--warnings fixes:
|
||||||
|
|
||||||
|
*** Bison now properly recognizes the "no-" versions of categories:
|
||||||
|
|
||||||
|
For example, given the following command line, Bison now enables all
|
||||||
|
warnings except warnings for incompatibilities with POSIX Yacc:
|
||||||
|
|
||||||
|
bison -Wall,no-yacc gram.y
|
||||||
|
|
||||||
* Changes in version 2.4.3 (2010-08-05):
|
* Changes in version 2.4.3 (2010-08-05):
|
||||||
|
|
||||||
** Bison now obeys -Werror and --warnings=error for warnings about
|
** Bison now obeys -Werror and --warnings=error for warnings about
|
||||||
|
|||||||
Reference in New Issue
Block a user