Re: [PATCH] testsuite: require avx_runtime for vect-simd-clone-17f

2023-12-08 Thread Marc Poulhiès
Marc Poulhiès writes: > Should I revert r14-6272 that has the same issue of disabling the > modified tests on non-x86? I've reverted the r14-6272. Marc

Re: [PATCH] testsuite: require avx_runtime for vect-simd-clone-17f

2023-12-08 Thread Marc Poulhiès
Jakub Jelinek writes: > This looks wrong, then it won't be tested at all on non-x86 targets. Right, I'll look for a better fix. Should I revert r14-6272 that has the same issue of disabling the modified tests on non-x86? Marc

Re: [PATCH] testsuite: require avx_runtime for vect-simd-clone-17f

2023-12-07 Thread Jakub Jelinek
On Thu, Dec 07, 2023 at 05:28:09PM +0100, Marc Poulhiès wrote: > The test fails parsing the 'vect' dump when not using -mavx. Make the > dependency explicit. > > gcc/testsuite/ChangeLog: > > * gcc.dg/vect/vect-simd-clone-17f.c: Add dep on avx_runtime. > --- > Tested on x86_64-linux and x86_