------- Comment #9 from hubicka at ucw dot cz 2009-03-06 17:30 ------- Subject: Re: [4.4 Regression] ICE in referenced_var_lookup, at tree-dfa.c:563
> part. So, either tree-inline.c needs to do the same, or it can't use > referenced_vars bit as a test whether it has been queued already onto > local_decls or not. Honza? Ah I see. Actually original version of patch added function to tree-dfa to check if variable is referenced and used this predicate followed by add_referenced_var if it was not, but then I noticed that referenced_var_check_and_insert is available to I decided to use it. OK, I will prepare this version of patch tomorrow. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39360