[Bug tree-optimization/71264] [4.9/5 Regression] ICE in convert_move
bmei at broadcom dot com
gcc-bugzilla@gcc.gnu.org
Fri Jul 8 10:40:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71264
Bingfeng Mei <bmei at broadcom dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bmei at broadcom dot com
--- Comment #15 from Bingfeng Mei <bmei at broadcom dot com> ---
Hi, Richard, I updated to the latest patches. But our target still failed in
the same way as other people reported. footype gets V4QI instead of SI because
we have it supported in vector_mode_supported_p. Thus the following error.
not vectorized: vector stmt in loop:temp_14 = VIEW_CONVERT_EXPR<footype>(_8);
I guess your patch in vect_init_vector is supposed to fix this. But the
execution doesn't even hit vect_init_vector.
More information about the Gcc-bugs
mailing list