(AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from compilers.

This commit is contained in:
Paul Eggert
2004-02-25 21:13:00 +00:00
parent 6a60c4cf45
commit 006d217ddd
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
2004-02-25 Paul Eggert <eggert@twinsun.com>
* tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
compilers. This fixes a problem with Intel's C++ compiler being
chatty, reported by Guido Trentalancia in
<http://mail.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
2004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
Support %destructor and merge error locations in lalr1.cc.