re PR target/64368 (Several libstdc++ test failures on non-linux platforms after...
authorJonathan Wakely <jwakely@redhat.com>
Mon, 26 Jan 2015 23:42:39 +0000 (23:42 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 26 Jan 2015 23:42:39 +0000 (23:42 +0000)
commit831a3a9e343d66a4dc51c141f2b5a87df5433627
tree8b24d20bd9c8aeceb722af8fe96b6b620d94be71
parent26570a9b4bd111cd57f2148f4996e50c2ae812b1
re PR target/64368 (Several libstdc++ test failures on non-linux platforms after r218964.)

PR libstdc++/64368
* config/locale/gnu/numeric_members.cc (numpunct<char>::~numpunct(),
numpunct<wchar_t>::~numpunct()): Do not set _M_data->_M_grouping.
* src/c++11/cxx11-shim_facets.cc (numpunct_shim): Remove _M_grouping
and use cache's _M_grouping field.
(__numpunct_fill_cache): Likewise.
(__moneypunct_fill_cache): Improve comments.

From-SVN: r220143
libstdc++-v3/ChangeLog
libstdc++-v3/config/locale/gnu/numeric_members.cc
libstdc++-v3/src/c++11/cxx11-shim_facets.cc