Any very recent inlining changes (libstdc++' ABI check fails in mainline) ?

Paolo Carlini paolo.carlini@oracle.com
Thu Oct 8 12:30:00 GMT 2009


Paolo Carlini wrote:
> Really, I have no idea what the heck is going on with those 4 symbols
> (probably the other are simpler), I cannot find where the first linker
> script part, for baseline (GLIBCXX_3.4), lets them through... This issue
> is making me crazy, it even persists if I change that free function to
> be a member of bitmap_allocator...
>   
Ok, I got it, it's this line:

      std::[p-q]*;

it's because the function *returns* a std::pair... grrrr

Paolo.



More information about the Libstdc++ mailing list