This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Fix libstdc++/7811
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: libstdc++ at gcc dot gnu dot org, roland at redhat dot com
- Date: Thu, 5 Sep 2002 16:03:11 -0500
- Subject: Re: [PATCH] Fix libstdc++/7811
- Organization: Red Hat / Chicago
- References: <3D779E21.7020809@unitus.it>
> I'm unsure about the following points: in case LC_ALL is not set is the
> fallback to LANG really needed (PR submitter implicitly expected this
> to be the case)?
Yes.
> Also, if neither are set is always correct that "" -> "C"?
Yes.
> 2002-09-05 Paolo Carlini <pcarlini@unitus.it>
> Roland McGrath <roland@redhat.com>
>
> libstdc++/7811
> * src/locale.cc (locale::locale(__s)): Use getenv instead
> of setenv for the environment locale.
> * testsuite/22_locale/ctor_copy_dtor.cc (test03): New.
Ok for mainline and gcc-3.2
Thanks Paolo!
-benjamin