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: [PATCH] Fix -fvar-tracking


On Fri, Jun 03, 2005 at 07:42:55PM -0400, Jakub Jelinek wrote:
> 	* dwarf2out.c (add_loc_descr_op_piece): New function.
> 	(multiple_reg_loc_descriptor, concat_loc_descriptor,
> 	loc_descriptor): Use it.
> 
> 	* var-tracking.c: Include regs.h and expr.h.
> 	(emit_note_insn_var_location): Skip over pieces where offset
> 	is smaller than previous offset plus previous piece mode size.
> 	Optimize adjacent hard registers or memory locations.
> 	* Makefile.in (var-tracking.o): Depend on $(REGS_H) and $(EXPR_H).

Ok head.  Ok 4.0 if you've got (or create) a PR.


r~


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