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

Re: Couple of new issues in mainline


Paolo Carlini wrote:

The other one seems more tricky: between 2006-11-28 and 2006-11-29, check-abi started failing on gnu-linux systems because of this:

2 incompatible symbols
0
_ZNKSt5ctypeIcE5widenEPKcS2_Pc
std::ctype<char>::widen(char const*, char const*, char*) const
version status: incompatible
GLIBCXX_3.4
type: function
status: added


1 _ZNKSt5ctypeIcE5widenEc std::ctype<char>::widen(char) const version status: incompatible GLIBCXX_3.4 type: function status: added

Essentially, we are now exporting @GLIBCXX_3.4 two additional symbols...

Well, maybe the solution for those boring issues is very simple (in principle): use for gnu-linux systems too (besides x86-darwin, per Howard's patch, which, by the way, is approved but still unapplied, I'm going to take care of that), -fvisibility-inlines-hidden! I think that (in principle, again), there are no objections, therefore I'm going to prepare that configury change and check that nothing breaks...


Paolo.


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