tests: fix incorrect object construction

Reported by Ken Moffat.
http://lists.gnu.org/archive/html/bug-bison/2013-10/msg00009.html

* tests/c++.at (Exception safety): Here.
This commit is contained in:
Akim Demaille
2013-10-18 16:22:23 +02:00
parent 071863b3d8
commit 39bace5da8
3 changed files with 11 additions and 2 deletions

8
NEWS
View File

@@ -4,7 +4,9 @@ GNU Bison NEWS
** Bug fixes
*** Portability issues in the test suite.
*** Errors in caret diagnostics
On some platforms, some errors could result in endless diagnostics.
*** Fixes of the -Werror option
@@ -20,6 +22,10 @@ GNU Bison NEWS
As demonstrated in the documentation, one can now leave spaces between
"%?" and its "{".
*** Fixes in the test suite
Bugs and portability issues.
* Noteworthy changes in release 3.0 (2013-07-25) [stable]
** WARNING: Future backward-incompatibilities!