https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123195

--- Comment #7 from Avinash Jayakar <avinashd at gcc dot gnu.org> ---
I am sorry, could not look at this bug since was busy with other issues.

I cross compiled gcc on host x86 with target as sparc-linux-gnu to see which
vector expressions were not supported. 
expand_vec_cond_expr_p (vectype, mask_vectype) as well as 
expand_vec_cmp_expr_p (vectype, mask_vectype, LT_EXPR)
returns false for this target, as Richard suspected.

But we already have a check in the test case 
/* { dg-require-effective-target vect_condition} */

Any target that does not have this support should be skipped. Could it be some
test infrastructure issue?

Reply via email to