http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48163
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-17 20:34:00 UTC --- Author: jakub Date: Thu Mar 17 20:33:54 2011 New Revision: 171113 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171113 Log: PR debug/48163 * function.c (assign_parms): For data.passed_pointer parms use MEM of data.entry_parm instead of data.entry_parm itself as DECL_INCOMING_RTL. * dwarf2out.c (rtl_for_decl_location): Use DECL_INCOMING_RTL also when passed and declared mode is the same, DECL_RTL is a MEM with pseudo as address and DECL_INCOMING_RTL is a MEM too. Modified: trunk/gcc/ChangeLog trunk/gcc/dwarf2out.c trunk/gcc/function.c
