Re: add powerpc_vsx_ok requirement to undef-bool tests

2021-03-08 Thread Alexandre Oliva
On Feb 26, 2021, David Edelsohn wrote: > This patch is okay. Thanks, I've finally checked it in. >> From: Joel Brobecker >> gcc/testsuite/ChangeLog: >> >> * gcc.target/powerpc/undef-bool-2.c: Add >> dg-require-effective-target powerpc_vsx_ok directive. >> * g++.dg/ext/undef-bool-1.C: Add dg-r

Re: add powerpc_vsx_ok requirement to undef-bool tests

2021-02-26 Thread David Edelsohn via Gcc-patches
On Fri, Feb 26, 2021 at 11:14 AM Alexandre Oliva wrote: > > These tests use -mvsx in their dg-options list, so they are only > applicable if the -mvsx option is supported by the compiler. > > Tested with target ppc64-vx7r2, configured to force altivec disabled, > and thus to reject vsx. Ok to ins

add powerpc_vsx_ok requirement to undef-bool tests

2021-02-26 Thread Alexandre Oliva
These tests use -mvsx in their dg-options list, so they are only applicable if the -mvsx option is supported by the compiler. Tested with target ppc64-vx7r2, configured to force altivec disabled, and thus to reject vsx. Ok to install? From: Joel Brobecker gcc/testsuite/ChangeLog: *