On Wed, Feb 11, 2026 at 01:13:06PM +0100, Richard Biener wrote:
> > Though, dunno how that scales when it needs to filter out 2 patterns.
> > So
> > set tests ""
> > foreach file [glob -nocomplain $srcdir/$subdir/*.\[cS\]] {
> > if { [string match $srcdir/$subdir/bb-slp-*]
> > || [string match $srcdir/$subdir/vec-scal-*] } {
> > } else
> > eval lappend tests $file
> > }
> > or something like that is an option as well.
>
> Hmm. If I move away vec-scal-* it would be \[^b\]*.\[cS\].
> I could put those in as lower-*, no other existing ^l test is present.
> Or simply have gcc.dg/vect/veclower/ and move them there. It's only
> three tests though ...
>
> Any preference?
I think separate directory looks cleanest.
Jakub