This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Fix libstdc++/5816
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: libstdc++ at gcc dot gnu dot org
- Cc: bkoz at redhat dot com
- Date: Tue, 05 Mar 2002 01:39:17 +0100
- Subject: Re: [PATCH] Fix libstdc++/5816
- References: <3C82B6E2.9FC84CBE@unitus.it>
Paolo Carlini wrote:
> Hi,
>
> with Nathan's help for the correct interpretation of the standard, I have easily
> fixed the problem. Now in locales expecting grouping (e.g., de_DE) doubles
> behave as integers do when no grouping chars are seen.
ehm, sorry... I forgot the most important question: is the patch ok for head and
3_1 branch?
I'm wondering if a few more tests are in order, covering more cases of floats with
multi-digit integral part, in locales both expecting and not-expecting grouping
(the current testsuite is poor in this area).
Ciao, Paolo.