]> git.saurik.com Git - bison.git/commit
Fix testsuite for ./configure --enable-gcc-warnings:
authorJoel E. Denny <jdenny@ces.clemson.edu>
Sun, 15 Oct 2006 00:02:21 +0000 (00:02 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Sun, 15 Oct 2006 00:02:21 +0000 (00:02 +0000)
commitc4bd5bf7c5b63334e8bb67af294800d4aec0fe06
treeff0bb2cb549481bd91edc5c9e6b6f0e9f0ca320d
parent231ed89af1eaff303a22f72aeb1c2c0cf5e25c21
Fix testsuite for ./configure --enable-gcc-warnings:
* configure.ac (gcc-warnings): Move -Wall before -Wno-sign-compare.
Otherwise, gcc 4.1.0 (at least) warns about sign comparisons in
__AT_CHECK_PRINTER_AND_DESTRUCTOR in tests/actions.at.
* test/input.at (Torturing the Scanner): #include <stdlib.h> for abort.
* test/regression.at (Diagnostic that expects two alternatives):
Likewise.
ChangeLog
configure.ac
tests/input.at
tests/regression.at