This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: regex patch
On 06/18/2010 09:42 PM, Stephen M. Webb wrote:
> Wait a minute... this abi_check failure is due to 220 added symbols, many of
> them nothing to do with <regex>... stuff like std::future_error::what()
> const. Only 4 are marked as "incompatible," and they're new symbols being
> added as well so I don't understand why they're incompatible.
>
> Would this constitute a regression?
>
If abi_check fails is a regression. Full stop. It looks like something
is wrong with your setup, because abi_check doesn't fail for anybody
else, pre the <regex> patch, of course.
Paolo.