This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Fix wide charater literals (was Re: [RFC] Unexpected compiler twist of the wcscoll issue)
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: Jakub Jelinek <jakub at redhat dot com>, libstdc++ at gcc dot gnu dot org
- Date: Wed, 13 Mar 2002 09:36:17 -0800 (PST)
- Subject: Re: [PATCH] Fix wide charater literals (was Re: [RFC] Unexpected compiler twist of the wcscoll issue)
Just FYI, these are the best results I've seen:
http://gcc.gnu.org/ml/gcc-testresults/2002-03/msg00271.html
Due to lingering glibc issues on RH 7.2/7.3, the best I've seen is:
=== libstdc++-v3 Summary ===
# of expected passes 358
# of unexpected failures 1
# of unexpected successes 22
# of expected failures 3
with
XFAIL: 22_locale/collate_byname.cc execution test
XFAIL: 22_locale/collate_members_char.cc execution test
XFAIL: 22_locale/collate_members_wchar_t.cc execution test
FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
Jakub, can you please make sure that the glibc on RH 7.3 has the collate
patches necessary to make these pass?
thanks,
benjamin