On Sat, 10 Apr 2010, Joel E. Denny wrote: > >From 4333ba11c65f428040d54820b6d4c6aa663944d2 Mon Sep 17 00:00:00 2001 > From: Joel E. Denny <joelde...@joeldenny.org> > Date: Sat, 10 Apr 2010 17:37:27 -0400 > Subject: [PATCH] tests: fix for newer Sun Studio C++. > > Reported by Dagobert Michelsen at > <http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00023.html>. > * THANKS (Dagobert Michelsen): Add. > * configure.ac (AC_PREREQ): Set to 2.64 so we get the latest > Autoconf macro for handling the restrict keyword. > * gnulib: Update to latest, which no longer overrides that macro > from Autoconf.
I have just pushed the following to branch-2.4.3, branch-2.5, and master as well. >From cb76b1f1a343642c46bbfa2c4a99ae537b22bd9f Mon Sep 17 00:00:00 2001 From: Joel E. Denny <joelde...@joeldenny.org> Date: Sun, 11 Apr 2010 14:43:38 -0400 Subject: [PATCH] * NEWS (2.4.3): Mention fix for Sun Studio C++. --- ChangeLog | 4 ++++ NEWS | 3 +++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 89b7a63..98d8eaf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-04-11 Joel E. Denny <joelde...@joeldenny.org> + + * NEWS (2.4.3): Mention fix for Sun Studio C++. + 2010-04-10 Joel E. Denny <joelde...@joeldenny.org> tests: fix for newer Sun Studio C++. diff --git a/NEWS b/NEWS index 4750963..ceee3d9 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,9 @@ Bison News ** Failures in the test suite for GCC 4.5 have been fixed. +** Failures in the test suite for some versions of Sun Studio C++ have + been fixed. + * Changes in version 2.4.2 (2010-03-20): ** Some portability problems that resulted in failures and livelocks -- 1.5.4.3