mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
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.
(cherry picked from commit 4333ba11c6)
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
|||||||
|
2010-04-10 Joel E. Denny <joeldenny@joeldenny.org>
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
2010-04-03 Joel E. Denny <jdenny@ces.clemson.edu>
|
2010-04-03 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
|
|
||||||
portability: fix pointer arithmetic to conform to C standard.
|
portability: fix pointer arithmetic to conform to C standard.
|
||||||
|
|||||||
1
THANKS
1
THANKS
@@ -24,6 +24,7 @@ Christian Burger cburger@sunysb.edu
|
|||||||
Cris Bailiff c.bailiff+bison@awayweb.com
|
Cris Bailiff c.bailiff+bison@awayweb.com
|
||||||
Cris van Pelt cris@amf03054.office.wxs.nl
|
Cris van Pelt cris@amf03054.office.wxs.nl
|
||||||
Csaba Raduly csaba_22@yahoo.co.uk
|
Csaba Raduly csaba_22@yahoo.co.uk
|
||||||
|
Dagobert Michelsen dam@baltic-online.de
|
||||||
Daniel Hagerty hag@gnu.org
|
Daniel Hagerty hag@gnu.org
|
||||||
David J. MacKenzie djm@gnu.org
|
David J. MacKenzie djm@gnu.org
|
||||||
Derek M. Jones derek@knosof.co.uk
|
Derek M. Jones derek@knosof.co.uk
|
||||||
|
|||||||
@@ -15,8 +15,10 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# We have strange test case titles, so we need Autoconf 2.61 or better.
|
# In order for some versions of Sun Studio to compile our C++ test cases
|
||||||
AC_PREREQ(2.61)
|
# correctly, we need Autoconf 2.64 or better to handle the restrict
|
||||||
|
# keyword in at least string.h from gnulib.
|
||||||
|
AC_PREREQ(2.64)
|
||||||
|
|
||||||
AC_INIT([GNU Bison],
|
AC_INIT([GNU Bison],
|
||||||
m4_esyscmd([build-aux/git-version-gen .tarball-version]),
|
m4_esyscmd([build-aux/git-version-gen .tarball-version]),
|
||||||
|
|||||||
2
gnulib
2
gnulib
Submodule gnulib updated: 7bacd33846...1778ee9e7d
Reference in New Issue
Block a user