[Bug tree-optimization/64024] [5 Regression] gcc.dg/vect/vect-simd-clone-6.c ICEs

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Nov 24 16:06:00 GMT 2014


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

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
Generally calling SCEV analysis again during the transform phase asks for
trouble
(though it may work in most cases).  This means that the simple_iv calls (which
are mostly useless as computed stuff isn't actually used in most cases) should
be avoided at transform time.

Didn't look into this specific case but can do so (just assign the bug to me
then).



More information about the Gcc-bugs mailing list