https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123195
--- Comment #8 from Avinash Jayakar <avinashd at gcc dot gnu.org> ---
Looks like a very subtle issue in the tests I wrote.
This works fine,
{ dg-require-effective-target vect_condition }
but this does not
{ dg-require-effective-target vect_condition}
and it looks like a space is required before }, for the dejagnu test fw to
parse properly. I was not aware of this quirk.
With this extra space, the tests should show as unsupported for sparc as well.