On Thu, Jan 21, 2016 at 6:00 PM, Bill Schmidt
<wschm...@linux.vnet.ibm.com> wrote:
> Hi,
>
> The test case gcc.target/powerpc/p8vector-builtin-8.c needs to be
> restricted to targets that support the __int128 keyword.  This was
> wrongly being attempted with { dg-do compile { target int128 } } when
> what's really wanted is { dg-require-effective-target int128 }.  With
> this patch, the test no longer runs on 32-bit targets.
>
> Tested on powerpc64-unknown-linux-gnu using -m32.  Is this ok for trunk?
>
> Thanks,
> Bill
>
>
> 2016-01-21  Bill Schmidt  <wschm...@linux.vnet.ibm.com>
>
>         PR testsuite/67489
>         * gcc.target/powerpc/p8vector-builtin-8.c: Remove { target int128
>         } from dg-do compile directive, and instead add {
>         dg-require-effective-target int128 }.

Okay.

Thanks, David

Reply via email to