On Fri, Apr 16, 2021 at 9:02 AM Robin Dapp <rd...@linux.ibm.com> wrote: > > > Do the testcases currently fail? How? In principle moving to vect/ > > is OK but then having the gimplefe testcases in one place is nice ... > > yes, they ICE on targets that do not have vector capabilities: > > gimplefe-40.c:7:1: internal compiler error: in emit_move_insn, at > expr.c:3821 > > Normally we run vector tests with a higher arch level (when going > through lib/target-supports.exp via vect.exp > check_vect_support_and_set_flags). > > [..] > } elseif [check_effective_target_s390_vx] { > lappend DEFAULT_VECTCFLAGS "-march=z13" "-mzarch" > set dg-do-what-default run > [..] > > I suppose the same happens on powerpc, hence the dg-additional-options, > but I haven't checked.
OK, so the move to gcc.dg/vect/ is fine then. Thanks, Richard. > Regards > Robin