PR tree-optimization/78608 - gimple-ssa-sprintf.c:570:17: runtime error: negation...
commita61df77a67ef0daf34a3299cb1004465dc779b37
authormsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Jan 2017 00:14:52 +0000 (17 00:14 +0000)
committermsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Jan 2017 00:14:52 +0000 (17 00:14 +0000)
tree03a1bb0b97bc037879fb4d8de2867702ae95f24a
parent33f5262e51b4de83e8dc8a191713ccd321d9e04f
PR tree-optimization/78608 - gimple-ssa-sprintf.c:570:17: runtime error: negation of -9223372036854775808 cannot be represented in type 'long int'

gcc/ChangeLog:
* gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.

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