re PR tree-optimization/66828 (gcc/tree-ssa-math-opts.c:2182:38: runtime error: left...
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Tue, 28 Jul 2015 06:54:50 +0000 (06:54 +0000)
committerThomas Preud'homme <thopre01@gcc.gnu.org>
Tue, 28 Jul 2015 06:54:50 +0000 (06:54 +0000)
commit68512012b7c1a49d3851f62e089648c6e1276224
treee5d7c95c740b09370dedadb743d1910a1d2660f2
parent85d91a6bd4327466242568b4ccb1269d39e2fc3c
re PR tree-optimization/66828 (gcc/tree-ssa-math-opts.c:2182:38: runtime error: left shift of 72057594037927936 by 8 places cannot be represented in type 'long int')

2015-07-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>

    PR tree-optimization/66828
    * tree-ssa-math-opts.c (perform_symbolic_merge): Change type of inc
    from int64_t to uint64_t.

From-SVN: r226298
gcc/ChangeLog
gcc/tree-ssa-math-opts.c