From: Paul Eggert Date: Thu, 14 Nov 2002 01:24:12 +0000 (+0000) Subject: Fix some bugs reported by Albert Chin-A-Young in X-Git-Tag: BISON-1_875~263 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/daa33def289e758ed0c6cb8a4d3a2f19474542de Fix some bugs reported by Albert Chin-A-Young in . --- diff --git a/ChangeLog b/ChangeLog index bb743c43..054ecdb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 2002-11-13 Paul Eggert + Fix some bugs reported by Albert Chin-A-Young in + . + + * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c + -o c"; the HP-UX 11i C compiler chatters during compilation. + Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c". + * tests/headers.at (export YYLTYPE): Likewise. + + * tests/input.at (Torturing the Scanner): Remove lines containing + solitary backslashes, as they tickle a bug in the HP-UX 11i C + compiler. + * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid // comments, since they're not portable. Use GNU coding style.