This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH, RFC] Fix codecvt_members_unicode_char.cc on s390/powerpc
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: Paolo Carlini <pcarlini at unitus dot it>, libstdc++ at gcc dot gnu dot org
- Cc: Ulrich dot Weigand at de dot ibm dot com
- Date: Fri, 22 Mar 2002 23:19:51 +0100
- Subject: Re: [PATCH, RFC] Fix codecvt_members_unicode_char.cc on s390/powerpc
- References: <3C9BAB43.4E8CC498@unitus.it>
Paolo Carlini wrote:
> Hi,
>
> I have prepared the below, directly inspired by Ulrich analysis, which I find compelling.
A few punctualizations which I forgot to add to my previous message. To summarize, I believe
that:
1- Ulrich analysis is correct.
2- Alpha, at least on Linux, is little-endian, and that's why currently the test passes on
it.
3- Sparc is big-endian, but _GLIBCPP_USE___ENC_TRAITS is /undefined/ on the systems where
the tests /appear/ to pass. Therefore, the test is not really carried out.
Ciao,
Paolo.