re PR debug/48853 (Wrong DWARF codegen when Pmode != ptr_mode)
authorJakub Jelinek <jakub@redhat.com>
Thu, 5 May 2011 15:48:18 +0000 (17:48 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 5 May 2011 15:48:18 +0000 (17:48 +0200)
commit1e30c57853f8dd58129daee2b88a18b8a78c9832
tree4eb0f93df76956fa766321ba6afe5567ce6c096d
parentd19eb6206237cc0627687a33a387c883a5139566
re PR debug/48853 (Wrong DWARF codegen when Pmode != ptr_mode)

PR debug/48853
* dwarf2out.c (mem_loc_descriptor) <case SUBREG>: Pass mem_mode
instead of mode as 3rd argument to recursive call.
(mem_loc_descriptor) <case REG>: If POINTERS_EXTEND_UNSIGNED, don't
emit DW_OP_GNU_regval_type if mode is Pmode and mem_mode is not
VOIDmode.
(mem_loc_descriptor) <case SYMBOL_REF>: If POINTERS_EXTEND_UNSIGNED,
don't give up if mode is Pmode and mem_mode is not VOIDmode.
(mem_loc_descriptor) <case CONST_INT>: If POINTERS_EXTEND_UNSIGNED,
use int_loc_descriptor if mode is Pmode and mem_mode is not VOIDmode.

From-SVN: r173436
gcc/ChangeLog
gcc/dwarf2out.c