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
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Tom Browder <tom dot browder at gmail dot com>
- Cc: Paolo Carlini <paolo dot carlini at oracle dot com>, libstdc++ at gcc dot gnu dot org
- Date: Thu, 9 Sep 2010 18:11:21 +0100
- Subject: Re: gcc-4.5.1 failing test: FAIL: abi_check
- References: <AANLkTi=XFsY4MLfidrLvin6eAWtuZxtDADrRrxFu2iM-@mail.gmail.com> <4C7BA210.2060809@oracle.com> <AANLkTinbfE6jbp9h=nmUh4iT+5DsjQsiBgLDomzTEs4R@mail.gmail.com> <4C7BB8CB.6050700@oracle.com> <AANLkTik-_nsd4jLva8t2UDM9A0vr+8Pyoh=0N-StPM6x@mail.gmail.com> <4C7BCA42.1070207@oracle.com> <4C7BCB14.4070905@oracle.com> <AANLkTimuUHMxY5_K-o-FneFGxczcxPExpGq1g3aUda7f@mail.gmail.com> <AANLkTikUwqg+9EKC0L5jpg1aV_MfDpR7Pz5Rnf70zE8D@mail.gmail.com> <4C7CC8C1.4050907@oracle.com> <AANLkTi=iSNgOZ1e2M2BY5=wF=09nm3WCC9bOk2rxJucs@mail.gmail.com> <4C7CE1AF.6020904@oracle.com> <AANLkTim9bCmHmK6a_FR5v0_gP+Ap07VUixKfPmse20TU@mail.gmail.com> <AANLkTimo6Gh7m69vBPbLnNjfa93OsfET5QaX0TKt_cLt@mail.gmail.com>
(Sorry for the late reply, I've been offline.)
On 31 August 2010 14:04, Tom Browder wrote:
> Attached is the output log from:
>
> $ ../gcc-4.5.1/configure --disable-multilib
> --enable-version-specific-runtime-libs --disable-nls
> --enable-languages=c,c++,fortran
If you disable NLS then some locale-related tests won't work properly.
If you configure with a different ABI then the ABI checks will fail.
Nothing surprising here.