PR debug/84637
commit8c17bac9e2385abcfae13a89b9c2d6d7ed351711
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Apr 2018 22:18:47 +0000 (17 22:18 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Apr 2018 22:18:47 +0000 (17 22:18 +0000)
treed666d771d14a378c69df6225b17097e768cd2f4c
parenta7210cc8bc89f7664182b1d9168b1b16ed40f19d
PR debug/84637
* dbxout.c (dbxout_int): Perform negation in unsigned int type.
(stabstr_D): Change type of unum from unsigned int to
unsigned HOST_WIDE_INT.  Perform negation in unsigned HOST_WIDE_INT
type.

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