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++/67903] std::locale compatibility between gcc4.9 and gcc5.1


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67903

--- Comment #4 from Yucheng Low <ylow at graphlab dot com> ---
I have tried version scripts and it ought to work but I couldn't quite figure
out what symbols to hide. 

In any case, the proposed modification does fix a questionable bit of code in
locale.cc (i.e. the resize code path in _M_install_facet is problematic due to
the deletion of a placement new). 

The effect that it resolves a compatibility issue is a pleasant side effect.


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