[Bug target/69053] [6 Regression] ICE in build_vector_from_val

2016-01-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69053 Richard Biener changed: What|Removed |Added Assignee|alalaw01 at gcc dot gnu.org|rguenth at gcc dot gnu.org ---

[Bug target/69053] [6 Regression] ICE in build_vector_from_val

2016-01-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69053 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/69053] [6 Regression] ICE in build_vector_from_val

2016-01-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69053 --- Comment #11 from Richard Biener --- Author: rguenth Date: Tue Jan 12 11:41:16 2016 New Revision: 232263 URL: https://gcc.gnu.org/viewcvs?rev=232263=gcc=rev Log: 2016-01-12 Richard Biener PR

[Bug target/69053] [6 Regression] ICE in build_vector_from_val

2016-01-12 Thread alalaw01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69053 --- Comment #9 from alalaw01 at gcc dot gnu.org --- I can confirm that both Richi's patch in comment 6 and my patchlet in comment 3, pass bootstrap + check-gcc on ARM and AArch64, and fix the ICE observed on ARM. (ICE never observed on AArch64.)

[Bug target/69053] [6 Regression] ICE in build_vector_from_val

2016-01-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69053 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #6 from Richard

[Bug target/69053] [6 Regression] ICE in build_vector_from_val

2016-01-11 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69053 --- Comment #7 from Mikhail Maltsev --- (In reply to Richard Biener from comment #6) > Certainly bougs though. The following works for me - can you test that? Thanks, this patch fixes the ICE and passes bootstrap/regtest on x86_64-linux.

[Bug target/69053] [6 Regression] ICE in build_vector_from_val

2016-01-06 Thread alalaw01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69053 --- Comment #3 from alalaw01 at gcc dot gnu.org --- Well, this fixes it, but I'm not sure it fixes it in the right place... diff --git a/gcc/tree-vect-loop.c b/gcc/tree-vect-loop.c index ee32166..bd66aa5 100644 --- a/gcc/tree-vect-loop.c +++

[Bug target/69053] [6 Regression] ICE in build_vector_from_val

2016-01-06 Thread alahay01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69053 --- Comment #4 from alahay01 at gcc dot gnu.org --- (In reply to alalaw01 from comment #3) > Well, this fixes it, but I'm not sure it fixes it in the right place... > > diff --git a/gcc/tree-vect-loop.c b/gcc/tree-vect-loop.c > index

[Bug target/69053] [6 Regression] ICE in build_vector_from_val

2016-01-06 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69053 Markus Trippelsdorf changed: What|Removed |Added CC||doko at gcc dot gnu.org ---

[Bug target/69053] [6 Regression] ICE in build_vector_from_val

2016-01-05 Thread alalaw01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69053 alalaw01 at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/69053] [6 Regression] ICE in build_vector_from_val

2016-01-05 Thread alalaw01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69053 --- Comment #2 from alalaw01 at gcc dot gnu.org --- build_vector_from_val then gets called to build a vector (4) unsigned long, from an int* (which is the right signedness and size, but being a pointer it is not types_compatible_p).

[Bug target/69053] [6 Regression] ICE in build_vector_from_val

2016-01-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69053 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |6.0