On Fri, Dec 20, 2024 at 03:56:41PM +0100, Christoph Müllner wrote: > > Also, why are you using dg-additional-options in tree-ssa/ ? I think the > > default there is just -pedantic-errors which you don't really need for these > > tests, so just dg-options? > > I will change accordingly for all vector-* tests and satd-hadamard.c > and include that in the patch that fixes vector-11.c.
Note, dg-additional-options is desirable e.g. in */vect/* tests, because there the defaults include tons of options needed to vectorize on various arches and the vect_int etc. effective targets rely on those. Similarly to other parts of the testsuite which have some extra default options which are needed. Just gcc.dg/* or gcc.dg/tree-ssa/* isn't it. Jakub