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

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
So looks like induction vectorization is the culprit here but I also guess
that's actually supported?

-fdisable-tree-fre4 -fdisable-tree-fre5 -fdisable-tree-dom3

makes the testcase compile since we only retain the basic VECTOR_CSTs that
appear to be supported?

Reply via email to