This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-3.1 make problem
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Zhou Jingtao <zhoujing at comp dot nus dot edu dot sg>
- Cc: <gcc at gcc dot gnu dot org>, <gcc at gnu dot org>
- Date: Mon, 15 Jul 2002 01:18:10 -0400
- Subject: Re: gcc-3.1 make problem
I always do a `make -k check' instead of a plain make check,
well actually I use contrib/gcc_build to build test and install.
Thanks,
Andrew Pinski
On Monday, July 15, 2002, at 01:13 , Zhou Jingtao wrote:
When I did a "make check" after make, it gave me the following message:
.......
Running
/home/toto/gcc-3.1/i686-pc-linux-
gnu/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.exp
....XPASS: 22_locale/ctype_members_char.cc execution test
XPASS: 22_locale/members.cc execution test
XPASS: 22_locale/messages_byname.cc execution test
XPASS: 22_locale/messages_members_char.cc execution test
XPASS: 22_locale/money_get_members_char.cc execution test
XPASS: 22_locale/money_get_members_wchar_t.cc execution test
XPASS: 22_locale/money_put_members_char.cc execution test
XPASS: 22_locale/money_put_members_wchar_t.cc execution test
XPASS: 22_locale/moneypunct_byname.cc execution test
XPASS: 22_locale/moneypunct_members_char.cc execution test
XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test
XPASS: 22_locale/num_get_members_char.cc execution test
XPASS: 22_locale/num_get_members_wchar_t.cc execution test
XPASS: 22_locale/num_put_members_char.cc execution test
XPASS: 22_locale/num_put_members_wchar_t.cc execution test
XPASS: 22_locale/numpunct_byname.cc execution test
XPASS: 22_locale/numpunct_members_char.cc execution test
XPASS: 22_locale/numpunct_members_wchar_t.cc execution test
XPASS: 22_locale/time_get_members_char.cc execution test
XPASS: 22_locale/time_get_members_wchar_t.cc execution test
XPASS: 22_locale/time_put_members_char.cc execution test
XPASS: 22_locale/time_put_members_wchar_t.cc execution test
FAIL: 26_numerics/c99_classification_macros_c.cc (test for
excess errors)
=== libstdc++-v3 Summary ===
# of expected passes 374
# of unexpected failures 1
# of unexpected successes 22
# of expected failures 3
make[4]: *** [check-DEJAGNU] Error 1
make[4]: Leaving directory
`/home/toto/gcc-3.1/i686-pc-linux-
gnu/libstdc++-v3/testsuite'make[3]: *** [check-am] Error 2
make[3]: Leaving directory
`/home/toto/gcc-3.1/i686-pc-linux-
gnu/libstdc++-v3/testsuite'make[2]: *** [check-recursive]
Error 1
make[2]: Leaving directory
`/home/toto/gcc-3.1/i686-pc-linux-gnu/libstdc++-v3'make[1]: ***
[check-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/home/toto/gcc-3.1'
make: *** [check] Error 2
What could be the problem?