[Bug tree-optimization/62021] ICE in verify_gimple_assign_single

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Aug 6 12:32:00 GMT 2014


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

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #3)
> The problem is that get_vectype_for_scalar_type_and_size for pointers just
> returns vectors of pointer sized integers instead of vectors of pointers.
> So, either we need to VCE it, or change the simd_clones to instead use
> vectors of
> pointer sized integers instead of vectors of pointers for the arguments.

The latter.  There are no vectors of pointers.

Richard.



More information about the Gcc-bugs mailing list