[Bug middle-end/68595] [6 regression] ice in const_vector_mask_from_tree at expr.c:11455

2015-12-01 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68595 --- Comment #9 from Ilya Enkovich --- Author: ienkovich Date: Tue Dec 1 11:04:06 2015 New Revision: 231106 URL: https://gcc.gnu.org/viewcvs?rev=231106=gcc=rev Log: gcc/ PR middle-end/68595 * tree-vect-stmts.c

[Bug middle-end/68595] [6 regression] ice in const_vector_mask_from_tree at expr.c:11455

2015-12-01 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68595 Ilya Enkovich changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/68595] [6 regression] ice in const_vector_mask_from_tree at expr.c:11455

2015-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68595 --- Comment #8 from Jakub Jelinek --- That LGTM, but please let richi review it on gcc-patches if it works.

[Bug middle-end/68595] [6 regression] ice in const_vector_mask_from_tree at expr.c:11455

2015-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68595 Jakub Jelinek changed: What|Removed |Added CC||ienkovich at gcc dot gnu.org ---

[Bug middle-end/68595] [6 regression] ice in const_vector_mask_from_tree at expr.c:11455

2015-11-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68595 --- Comment #6 from Richard Biener --- (In reply to Jakub Jelinek from comment #5) > So, either we should keep what used to be in _Bool/bool type in scalar code > as 0/-1 at all spots, or as 0/1 at all spots, or as non-zero vs. zero, but >

[Bug middle-end/68595] [6 regression] ice in const_vector_mask_from_tree at expr.c:11455

2015-11-30 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68595 --- Comment #7 from Ilya Enkovich --- Right, scalar value needs to be adjusted before building a vector. This patch should resolve the issue: diff --git a/gcc/tree-vect-stmts.c b/gcc/tree-vect-stmts.c index 687f982..6e4b046 100644 ---

[Bug middle-end/68595] [6 regression] ice in const_vector_mask_from_tree at expr.c:11455

2015-11-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68595 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug middle-end/68595] [6 regression] ice in const_vector_mask_from_tree at expr.c:11455

2015-11-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68595 Richard Biener changed: What|Removed |Added Status|ASSIGNED|NEW CC|

[Bug middle-end/68595] [6 regression] ice in const_vector_mask_from_tree at expr.c:11455

2015-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68595 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4

[Bug middle-end/68595] [6 regression] ice in const_vector_mask_from_tree at expr.c:11455

2015-11-28 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68595 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|