[Bug tree-optimization/69956] [6 Regression] Wrong vector type @ fold-const
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Feb 25 12:29:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69956
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P3 |P1
Status|UNCONFIRMED |NEW
Last reconfirmed| |2016-02-25
Target Milestone|--- |6.0
Summary|[ICE] Wrong vector type @ |[6 Regression] Wrong vector
|fold-const |type @ fold-const
Ever confirmed|0 |1
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
We have VEC_UNPACK_HI_EXPR of 'int' type on { 0, 0, ... }
vect_patt_45.15_139 = [vec_unpack_hi_expr] mask__39.12_136;
_139 is of type int.
More information about the Gcc-bugs
mailing list