[Bug tree-optimization/58472] gomp4: ICE in in vectorizable_store, at tree-vect-stmts.c:4192
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Sep 19 12:22:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58472
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2013-09-19
CC| |jakub at gcc dot gnu.org
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 30862
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30862&action=edit
gcc49-pr58472.patch
I can't reproduce this either, but from looking at the code, I guess it is
simply a matter of using an uninitialized variable - inv_p.
Does this patch fix that?
More information about the Gcc-bugs
mailing list