This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/28915] [4.2 regression] ICE: tree check: expected class 'constant', have 'declaration' (var_decl) in build_vector, at tree.c:973
- From: "tbm at cyrius dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Aug 2006 19:28:34 -0000
- Subject: [Bug tree-optimization/28915] [4.2 regression] ICE: tree check: expected class 'constant', have 'declaration' (var_decl) in build_vector, at tree.c:973
- References: <bug-28915-12387@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from tbm at cyrius dot com 2006-08-31 19:28 -------
(In reply to comment #4)
> Can someone add the dump of -fdump-tree-final_cleanup ?
;; Function set_names (set_names)
set_names (ob, idx)
{
char * * vect_ptt1.38;
vector char * vect_cst_.34;
static struct tx_typ tt1;
<bb 2>:
vect_cst_.34 = {&lanip[1][0], &lanip[1][0]};
vect_ptt1.38 = &tt1;
*(vector char * *) vect_ptt1.38 = vect_cst_.34;
return;
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28915