This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: gcc-4.5.1 failing test: FAIL: abi_check
On 08/30/2010 04:48 PM, Tom Browder wrote:
> I've looked inside and it's not very useful for me yet, but I'll keep
> chugging.
> I'll also do a rebuild in case that IS necessary.
>
But are you seeing or not many unsupported tests, many more than 11,
when you run make-check? These are the normal results, scroll down:
http://gcc.gnu.org/ml/gcc-testresults/2010-08/msg02971.html
you see:
=== libstdc++ Summary for unix ===
# of expected passes 8013
# of expected failures 162
# of unsupported tests 11
If you have many more unsupported, then your locale model is wrong, is
generic instead of GNU. In any case, post your libstdc++.log, maybe
better compressed, and somebody will diagnose for you what's going on.
Paolo.