This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/28915] [4.2 regression] ICE: tree check: expected class 'constant', have 'declaration' (var_decl) in build_vector, at tree.c:973



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]