re PR debug/84637 (gcc/dbxout.c:684:14: runtime error: negation of -92233720368547758...
authorJakub Jelinek <jakub@redhat.com>
Tue, 17 Apr 2018 22:18:47 +0000 (00:18 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 17 Apr 2018 22:18:47 +0000 (00:18 +0200)
commitb5872261d5e448c85903c4f3df7e1970fc4c112a
treed666d771d14a378c69df6225b17097e768cd2f4c
parent035fc2add18c0dd06c22bd158a47bf35b8c1c528
re PR debug/84637 (gcc/dbxout.c:684:14: runtime error: negation of -9223372036854775808 cannot be represented in type 'long int'; cast to an unsigned type to negate this value to itself)

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.

From-SVN: r259451
gcc/ChangeLog
gcc/dbxout.c