]> git.saurik.com Git - bison.git/commit
* tests/Makefile.am (maintainer-check-g++): Remove bogus
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Jul 2005 17:27:01 +0000 (17:27 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Jul 2005 17:27:01 +0000 (17:27 +0000)
commita22ff96f325e8feac2ca36604ea570bebc766b2b
treee2b2d1c1a5d78462773a5c8a11023993c9f90345
parent31d7addbf5cd92c26f681816276d961e84d81af4
* tests/Makefile.am (maintainer-check-g++): Remove bogus
test for valgrind; valgrind is independent of g++.
(maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
for compatibility with POSIX 1003.1-2001 (if running coreutils).
* tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
Use a destructor, so that we can expand the stack.  Change
YYSTYPE to char * so that we can free it.  Cast result of malloc.
ChangeLog
tests/Makefile.am
tests/cxx-type.at