tests: fix missing include caught by g++ 4.4.1.

Reported by Tys Lefering.
* HACKING (Release checks): Add note about trying a recent GCC.
* tests/regression.at (_AT_DATA_DANCER_Y): For C++, include
cstdlib for abort.
(_AT_DATA_EXPECT2_Y): Likewise.
This commit is contained in:
Joel E. Denny
2010-01-22 14:53:42 -05:00
parent d6e40cba9d
commit 95611b5617
3 changed files with 14 additions and 2 deletions

View File

@@ -197,6 +197,9 @@ release:
that it does not make sense for glr.c, which should be ANSI,
but currently is actually GNU C, nor for lalr1.cc.
- Test with a very recent version of GCC for both C and C++. Testing
with older versions that are still in use is nice too.
* Release Procedure