This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/33993] [4.3 Regression] ICE: verify_stmts failed (invalid reference prefix)
- From: "jakub at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Nov 2007 10:10:49 -0000
- Subject: [Bug tree-optimization/33993] [4.3 Regression] ICE: verify_stmts failed (invalid reference prefix)
- References: <bug-33993-12387@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from jakub at gcc dot gnu dot org 2007-11-05 10:10 -------
There are two issues IMHO, one is that in this case the vectorizer should
create VECTOR_CST rather than CONSTRUCTOR, because it is really known to be
constant. That cures this ICE, though you are right that CONSTRUCTORs inside
of
VIEW_CONVERT_EXPR shouldn't be diagnosed as invalid, both CONSTRUCTORs with
empty initializer and all VECTOR_TYPE CONSTRUCTORs are left in GIMPLE by the
gimplifier.
--
jakub at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org
|dot org |
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-11-05 10:10:49
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33993