OSDN Git Service

PR debug/48163
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Mar 2011 20:34:59 +0000 (20:34 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Mar 2011 20:34:59 +0000 (20:34 +0000)
commite3a8f5827d882b00cca7b5ccb56377652584128e
treefd0300df57304dd7396f7bb1e39f442d95962b51
parent56fe72231c5a69dad06fce0f4593a69c0f09ccbb
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171114 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/dwarf2out.c
gcc/var-tracking.c