> The problem is that abicheck only flags as incompatible additions to > GLIBCXX_3.4, but not other base versions. Ideally it would flag addition > to any version that hasn't been added (addition of the version is flagged > by > OBJECT:0:CXXABI_1.3.5 > etc. entries (no @s in it). > This patch for now just complains about additions to any base versions, > I'll leave the better alternative to you ;)
Yes, this seems like an improvement, thanks. I see that I already have a note in testsuite_abi.cc about stricter version checking. -benjamin