Re: [PATCH] testsuite: arm: Add effective-target vect_early_break to vect-tsvc-*

2025-07-11 Thread Alexandre Oliva
On Jul 11, 2025, Christophe Lyon wrote: > I have another concern (hence cc'ing Alexandre): vect.exp calls > check_vect_support_and_set_flags which defines dg-do-what-default > according to what it discovers, meaning that for some targets these > tests are 'run' and on others they are just 'compil

Re: [PATCH] testsuite: arm: Add effective-target vect_early_break to vect-tsvc-*

2025-07-11 Thread Torbjorn SVENSSON
Hi Christophe, On 2025-07-11 15:47, Christophe Lyon wrote: Hi Torbjörn, On Fri, 11 Jul 2025 at 10:47, Torbjörn SVENSSON wrote: Ok for trunk, gcc-15 and gcc-14. I discovered that the dg-require-effective-target is missing on gcc-14, but it's probably the right thing to add on gcc-15 and trun

Re: [PATCH] testsuite: arm: Add effective-target vect_early_break to vect-tsvc-*

2025-07-11 Thread Christophe Lyon
Hi Torbjörn, On Fri, 11 Jul 2025 at 10:47, Torbjörn SVENSSON wrote: > > Ok for trunk, gcc-15 and gcc-14. > > I discovered that the dg-require-effective-target is missing on gcc-14, > but it's probably the right thing to add on gcc-15 and trunk too. > > Without the `dg-require-effective-target vec

[PATCH] testsuite: arm: Add effective-target vect_early_break to vect-tsvc-*

2025-07-11 Thread Torbjörn SVENSSON
Ok for trunk, gcc-15 and gcc-14. I discovered that the dg-require-effective-target is missing on gcc-14, but it's probably the right thing to add on gcc-15 and trunk too. Without the `dg-require-effective-target vect_early_break`, the `dg-add-options vect_early_break` will return the flags unchan