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++/25608] g++ miscompiles gcjx



------- Comment #14 from bkoz at gcc dot gnu dot org  2006-01-26 16:32 -------

Gaby, here's the one thing that I can think of that changed between 3.4.x and
mainline/4.1 in this code path:

2005-10-10  Ian Lance Taylor  <ian@airs.com>

        PR libstdc++/13583
        * include/bits/locale_classes.h (locale::_Impl::_M_install_cache):
        Move out of line.
        * src/locale.cc: Define here, add mutex.

You might want to try reverting this and seeing if it has any impact.

I kind of doubt it, but it's the only thing that really changed WRT ios/locale
init.

I'm surprised to see this issue. I would imagine that if this is a libstdc++
issue everybody and their dog would have found it by now.

best,
benjamin


-- 


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


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