re PR debug/47946 (Dwarf uses 64-bits to refer to a structure offset unnecessarily)
authorJakub Jelinek <jakub@gcc.gnu.org>
Mon, 14 Mar 2011 20:07:22 +0000 (21:07 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 14 Mar 2011 20:07:22 +0000 (21:07 +0100)
commitde888d9027079b9a38b068a4c58a8563a4a4d600
treee82c884105511edf160c6ea4422ba0988d643447
parentf4e749b49840f856b460fdf2a8e501d4436fbc16
re PR debug/47946 (Dwarf uses 64-bits to refer to a structure offset unnecessarily)

PR debug/47946
* dwarf2out.c (add_bit_offset_attribute): If bit_offset is negative,
emit it as add_AT_int instead of add_AT_unsigned.

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