This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libstdc++ abi-check failing on x86-linux
- From: Jan Hubicka <jh at suse dot cz>
- To: Geoff Keating <geoffk at geoffk dot org>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-regression at gcc dot gnu dot org, Jan Hubicka <jh at suse dot cz>
- Date: Mon, 25 Feb 2008 23:24:52 +0100
- Subject: Re: libstdc++ abi-check failing on x86-linux
- References: <ED32FE10-95DC-4C24-BF41-BD2B3830CC6A@geoffk.org>
> Between revision 132433 and 132439 (that is, 132433 was good, 132439
> was not), the regression tester started to see
Hi,
this is known problem caused by sensitivity of ABI check on inlining
decisions. I didn't had chance to look into the testcase in detail yet,
but I will definitly do tomorrow and we can eitehr compensate the
testcase or improve inliner.
Honza