On 01/11/2018 02:20 PM, Joseph Myers wrote:
On Thu, 11 Jan 2018, Bill Seurer wrote:

        PR sanitizer/65479

Wrong bug number.

+/* { dg-skip-if "remove this when pr58684 is fixed" { powerpc64*-*-* } } */

As previously noted, testing powerpc64 like that in tests is always wrong
(because you can have 64-bit multilibs with a compiler defaulting to
32-bit, and vice versa, so need to test powerpc*-*-* together with
relevant effective-targets for the multilib under test being 32-bit or
64-bit).

In the present case, there is nothing specific to 64-bit at all; this bug
applies to hard-float powerpc for both 32-bit and 64-bit, so just testing
powerpc*-*-* without any effective-target is appropriate (I don't think
it's worth trying to exclude soft-float from what's covered).


Thanks, I will fix those.

--

-Bill Seurer

Reply via email to