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: Benjamin Kosnik <bkoz at redhat dot com>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: Ulrich dot Weigand at de dot ibm dot com, libstdc++ at gcc dot gnu dot org
- Date: Fri, 22 Mar 2002 19:06:13 -0800 (PST)
- Subject: Re: [PATCH, RFC] Fix codecvt_members_unicode_char.cc on s390/powerpc
> I have prepared the below, directly inspired by Ulrich analysis, which I find compelling.
Me too.
> - int_type i_lit_base[25] =
> + char i_lit_base[50] =
Looks OK to me. Ulrich, if you can confirm this works then Paolo please
check in.
-benjamin