This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libstdc++/31117] c++locale.o thread-unsafe in libstdc++



------- Comment #34 from paolo at gcc dot gnu dot org  2007-04-07 00:37 -------
Subject: Bug 31117

Author: paolo
Date: Sat Apr  7 00:36:56 2007
New Revision: 123635

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123635
Log:
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.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/config/locale/generic/c_locale.cc
    trunk/libstdc++-v3/config/locale/gnu/c_locale.cc


-- 


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


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