dwarf2out.c (mem_loc_descriptor): Cast DWARF2_ADDR_SIZE to int to avoid signed vs.
authorJakub Jelinek <jakub@redhat.com>
Fri, 16 Oct 2009 18:21:09 +0000 (20:21 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 16 Oct 2009 18:21:09 +0000 (20:21 +0200)
commit3b24c708a1d4da6b37ce1bde62d44a056030b635
tree6d74bae216ef57bd250f6ec3dac68a8431633038
parent2f5ac7f210afaf832796fecf3ec095646cb1f0c9
dwarf2out.c (mem_loc_descriptor): Cast DWARF2_ADDR_SIZE to int to avoid signed vs.

* dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTRACT>: Cast
DWARF2_ADDR_SIZE to int to avoid signed vs. unsigned warnings.

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