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&root=gcc&view=rev
Log:
2016-01-12 Richard Biener
PR tree-optimization/69053
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69053
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
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.)
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
---
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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69053
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #6 from Richard Bi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69053
Markus Trippelsdorf changed:
What|Removed |Added
CC||doko at gcc dot gnu.org
--- Commen
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 ee32166..bd6
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
+++ b/gc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69053
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |6.0
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).
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|
12 matches
Mail list logo