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 handling of calls to constants (PR debug/48163)


On 03/17/2011 11:40 AM, Jakub Jelinek wrote:
> 	PR debug/48163
> 	* var-tracking.c (prepare_call_arguments): If CALL target
> 	is a non-SYMBOL_REF CONSTANT_P, just add that into the list as
> 	pc instead of looking it up using cselib_lookup and use
> 	Pmode for it if x has VOIDmode.
> 	* dwarf2out.c (gen_subprogram_die): If also both first and
> 	second CONCAT arguments are VOIDmode, use mode of CONCAT itself.

Ok.


r~


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