On 06/24/2011 03:29 AM, Joseph S. Myers wrote:
> On Thu, 23 Jun 2011, Janis Johnson wrote:
>
>> Tests target/arm/vfp-ldm*.c and vfp-sdm*.c add -mfloat-abi=softfp but
>> fail if multilib flags override that option. This patch skips the test
>> for multilibs that specify a different value for -mfloat-abi.
>
> While they need to be skipped for -mfloat-abi=soft, I'd think they ought
> to pass for -mfloat-abi=hard - why do they fail there?
>
They don't, this would be better:
/* { dg-skip-if "need fp instructions" { *-*-* } { "-mfloat-abi=soft" } { "" }
} */
Janis