X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/3209eb1c4c5de8dd812e65da27df00c548f476fe..478c4a8f495f4b665e6bcb5b5a669089a7bd614a:/NEWS diff --git a/NEWS b/NEWS index 0b022cf8..490e89ed 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,15 @@ GNU Bison NEWS ** Bug fixes +*** Named %union support + + Bison 3.0 introduced a regression on named %union such as + + %union foo { int ival; }; + + The possibility to use a name was introduced ``for Yacc compatibility''. + It is however not required by POSIX Yacc, and its usefulness is not clear. + *** %define api.value.type union with %defines The yacc.c and glr.c parsers were broken when %defines was used