This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix handling of calls to constants (PR debug/48163)
- From: Richard Henderson <rth at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 17 Mar 2011 13:00:32 -0700
- Subject: Re: [PATCH] Fix handling of calls to constants (PR debug/48163)
- References: <20110317184023.GV30899@tyan-ft48-01.lab.bos.redhat.com>
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~