On Tue, Jan 6, 2026 at 12:55 AM Rainer Orth <[email protected]> wrote: > > The gcc.dg/tree-ssa/forwprop-43.c test currently FAILs on 32 and 64-bit > SPARC: > > FAIL: gcc.dg/tree-ssa/forwprop-43.c scan-tree-dump-times forwprop1 > "VEC_PERM_EXPR" 10 > > The dump has no reference to VEC_PERM_EXPR, so the scan needs to guarded > by vect_perm. > > Tested on sparc-sun-solaris2.11 and i386-pc-solaris2.11. > > Ok for trunk?
This is wrong. using vect_* outside of the vect testsuite does not work. See https://gcc.gnu.org/pipermail/gcc-patches/2025-November/700465.html which is about this specific testcase. Thanks, Andrew > > Rainer > > -- > ----------------------------------------------------------------------------- > Rainer Orth, Center for Biotechnology, Bielefeld University > > > 2026-01-05 Rainer Orth <[email protected]> > > gcc/testsuite: > PR tree-optimization/122679 > * gcc.dg/tree-ssa/forwprop-43.c (scan-tree-dump-times): Require > vect_perm. >
