[Bug tree-optimization/22483] [4.1 Regression] ICE : tree check: expected ssa_name, have var_decl in is_old_name, at tree-into-ssa.c:466

cvs-commit at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Jul 19 04:17:00 GMT 2005


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-07-19 03:36 -------
Subject: Bug 22483

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	dberlin@gcc.gnu.org	2005-07-19 03:36:25

Modified files:
	gcc            : tree-ssa-alias.c tree-flow.h tree-flow-inline.h 
	                 tree-complex.c ChangeLog 

Log message:
	2005-07-18  Daniel Berlin  <dberlin@dberlin.org>
	
	Fix PR tree-optimization/22483
	
	* tree-complex.c (create_components): Use
	safe_referenced_var_iterator and FOR_EACH_REFERENCED_VAR_SAFE.
	* tree-flow-inline.h (fill_referenced_var_vec): New function.
	* tree-flow.h (safe_referenced_var_iterator): New structure.
	(FOR_EACH_REFERENCED_VAR_SAFE): New macro.
	* tree-ssa-alias.c (setup_pointers_and_addressables): Use
	safe_referenced_var iterator.
	(add_type_alias): Ditto.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-alias.c.diff?cvsroot=gcc&r1=2.104&r2=2.105
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-flow.h.diff?cvsroot=gcc&r1=2.126&r2=2.127
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-flow-inline.h.diff?cvsroot=gcc&r1=2.52&r2=2.53
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-complex.c.diff?cvsroot=gcc&r1=2.35&r2=2.36
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.9471&r2=2.9472



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22483



More information about the Gcc-bugs mailing list