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.

Regards
 Robin

Reply via email to