https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123195
--- Comment #11 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot
Uni-Bielefeld.DE> ---
> --- 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.
Right, DejaGnu is picky in this regard, as can be seen in the grep in
dg.exp ;-( Missed this myself unfortunately.
> With this extra space, the tests should show as unsupported for sparc as well.
Fine, thanks. Should be fixed in tonight's build then.