[Bug tree-optimization/123195] [16 regression] gcc.dg/vect/pr104116-ceil-div-2.c etc. FAIL
avinashd at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Feb 19 04:59:17 GMT 2026
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.
More information about the Gcc-bugs
mailing list