This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Check Error with libstdc++
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Mike Cleary <mcleary at iol dot unh dot edu>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: 05 Aug 2002 14:09:19 +0200
- Subject: Re: Check Error with libstdc++
- Organization: CodeSourcery, LLC
- References: <3D4E6D32.1050106@iol.unh.edu>
Mike Cleary <mcleary@iol.unh.edu> writes:
| Hello,
| I have found the following error while testing libstdc++:
|
| Running
| /mnt/u9/toolchain/buildsys/source/gcc-3_1-branch/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.exp
| ...
| XPASS: 22_locale/collate_members_wchar_t.cc execution test
| XPASS: 22_locale/ctype_is_wchar_t.cc execution test
| XPASS: 22_locale/money_get_members_wchar_t.cc execution test
| XPASS: 22_locale/money_put_members_wchar_t.cc execution test
| XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test
| XPASS: 22_locale/num_get_members_wchar_t.cc execution test
| XPASS: 22_locale/num_put_members_wchar_t.cc execution test
| XPASS: 22_locale/numpunct_members_wchar_t.cc execution test
| XPASS: 22_locale/time_get_members_wchar_t.cc execution test
| XPASS: 22_locale/time_put_members_wchar_t.cc execution test
I think these are known and happen on other plateforms.
| FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
This usually means that your C <math.h> implement some C99 macros.
-- Gaby