This is the mail archive of the gcc-patches@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]

Re: [3.5/3.4] Fix bug in tree-inline.c


> 	* tree-inline.c (copy_body_r): Do not replace ret_label.

A better fix is to copy the insert_decl_map function 
from tree-ssa.  This inserts identity mapings for all
decls that we have already remapped.


r~


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