X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/fc51acddb45242904128a7637dc2ab9216ba0662..821394a3c806eb8154337126bebf0c70b3662a3e:/NEWS diff --git a/NEWS b/NEWS index 9c5cb42f..490e89ed 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,20 @@ 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 + together with "%define api.value.type union". + *** Redeclarations are reported in proper order On @@ -2718,7 +2732,7 @@ Output file does not redefine const for C++. ----- -Copyright (C) 1995-2014 Free Software Foundation, Inc. +Copyright (C) 1995-2015 Free Software Foundation, Inc. This file is part of Bison, the GNU Parser Generator.