This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [v3] libstdc++/6701
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 24 May 2002 22:26:11 +0200
- Subject: Re: [v3] libstdc++/6701
- References: <200205241600.g4OG0mG01764@waller.constant.com>
Benjamin Kosnik wrote:
>Problems with ctype<wchar_t>::narrow. Impressively, found on a hacked
>Solaris 2.8 config: I'll try to get the bits in to enable wide
>characters on Solaris in the near future.
>
>2002-05-24 Dale Peakall <dale@peakall.net>
>
> PR libstdc++/6701
> * config/locale/gnu/ctype_members.cc (ctype<wchar_t>::do_narrow): Fix.
> * config/locale/generic/ctype_members.cc: Same.
>
Benjamin --
I was wondering if we should take note somewhere that also in this case
(as for libstdc++/6410) a complete fix would involve working in the
appropriate locale or perhaps this is not really necessary since all the
underlying libc calls will be audited for uselocale when glibc2.3 will
be out.
Ciao,
Paolo.