summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJoel E. Denny <joeldenny@joeldenny.org>2011-08-21 14:45:03 -0400
committerJoel E. Denny <joeldenny@joeldenny.org>2011-08-21 14:45:03 -0400
commit7451638148706f6317975db418cc78e488f420aa (patch)
tree1fa08e5c5b57ee301f23bbd3fa677ef8908afb28 /NEWS
parent845346b3bb526d0f18878f15d906f05205b5c618 (diff)
downloadbison-7451638148706f6317975db418cc78e488f420aa.tar.gz
tests: fix empty unions.
Empty unions are not accepted by the ISO C99 grammar or by at least some versions of Sun Studio. Reported by Wolfgang S. Kechel at <http://lists.gnu.org/archive/html/bug-bison/2011-08/msg00003.html>. * NEWS (2.5.1): Document fix. * THANKS (Wolfgang S. Kechel): Add. * tests/existing.at (GNU Cim Grammar) (GNU pic (Groff 1.18.1) Grammar.): Remove empty %union.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f8479889..f4b97691 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ Bison News
* Changes in version 2.5.1 (????-??-??):
+** Some portability problems in the test suite have been fixed.
+
** Minor improvements have been made to the manual.
* Changes in version 2.5 (2011-05-14):