This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] Fix libstdc++/38368


On Thu, Dec 4, 2008 at 9:17 AM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
> Hi,
>
> tested x86_64-linux, committed to mainline.
>
> Paolo.
>
> ////////////////////
>
> 2008-12-04  Paolo Carlini  <paolo.carlini@oracle.com>
>
>        PR libstdc++/38368
>        * config/locale/gnu/numeric_members.cc (numpunct<char>::
>        _M_initialize_numpunct, numpunct<wchar_t>::_M_initialize_numpunct):
>        Fix for THOUSANDS_SEP == '\0' consistently with "C" locale.
>        * config/locale/gnu/monetary_members.cc (moneypunct<char, true>::
>        _M_initialize_moneypunct, moneypunct<char, false>::
>        _M_initialize_moneypunct, moneypunct<wchar_t, true>::
>        _M_initialize_moneypunct, moneypunct<wchar_t, false>::
>        _M_initialize_moneypunct): Fix for __MON_DECIMAL_POINT == '\0' or
>        __MON_THOUSANDS_SEP == '\0' consistently with "C" locale.
>        * testsuite/22_locale/locale/cons/38368.cc: New.
>

Hi,

I think this caused:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38411



-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]