Re: [PATCH] testsuite: require avx_runtime for some tests

2023-12-08 Thread Marc Poulhiès
Thomas Schwinge writes: > Hi Marc! > > On 2023-11-06T11:59:18+0100, Marc Poulhiès wrote: >> These 3 tests fails parsing the 'vect' dump when not using -mavx. Make >> the dependency explicit. > > But that means that the tests are now enabled *only* for > effective-target 'avx_runtime', so, for

Re: [PATCH] testsuite: require avx_runtime for some tests

2023-12-08 Thread Thomas Schwinge
Hi Marc! On 2023-11-06T11:59:18+0100, Marc Poulhiès wrote: > These 3 tests fails parsing the 'vect' dump when not using -mavx. Make > the dependency explicit. But that means that the tests are now enabled *only* for effective-target 'avx_runtime', so, for example, on GCN I see: -PASS: gcc.d

Re: [PATCH] testsuite: require avx_runtime for some tests

2023-12-01 Thread Mike Stump
On Nov 6, 2023, at 2:59 AM, Marc Poulhiès wrote: > > These 3 tests fails parsing the 'vect' dump when not using -mavx. Make > the dependency explicit. > > gcc/testsuite/ChangeLog: > > * gcc.dg/vect/vect-ifcvt-18.c: Add dep on avx_runtime. > * gcc.dg/vect/vect-simd-clone-16f.c: Likew

Re: [PATCH] testsuite: require avx_runtime for some tests

2023-12-01 Thread Marc Poulhiès
Marc Poulhiès writes: > These 3 tests fails parsing the 'vect' dump when not using -mavx. Make > the dependency explicit. > > gcc/testsuite/ChangeLog: > > * gcc.dg/vect/vect-ifcvt-18.c: Add dep on avx_runtime. > * gcc.dg/vect/vect-simd-clone-16f.c: Likewise. > * gcc.dg/vect/ve