re PR libstdc++/31117 (c++locale.o thread-unsafe in libstdc++)
authorPaolo Carlini <pcarlini@suse.de>
Fri, 6 Apr 2007 23:36:56 +0000 (23:36 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Fri, 6 Apr 2007 23:36:56 +0000 (23:36 +0000)
commit1bfe2e5fca9f4962aed93b1a1696784bf9cf1909
treec771b6beaa1c816e9c29838ff51c42346b3c0734
parent91f753f8eed9fa2a89b149b02ac9059755598103
re PR libstdc++/31117 (c++locale.o thread-unsafe in libstdc++)

2007-04-06  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/31117
* config/locale/gnu/c_locale.cc (__convert_to_v): Do not use errno,
just check that the value is finite.
* config/locale/generic/c_locale.cc (__convert_to_v): Likewise.

From-SVN: r123635
libstdc++-v3/ChangeLog
libstdc++-v3/config/locale/generic/c_locale.cc
libstdc++-v3/config/locale/gnu/c_locale.cc