]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/61375 (ICE in int_cst_value at -O3 in tree-ssa pass when...
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Fri, 13 Jun 2014 03:17:02 +0000 (03:17 +0000)
committerThomas Preud'homme <thopre01@gcc.gnu.org>
Fri, 13 Jun 2014 03:17:02 +0000 (03:17 +0000)
commitca6cbdca8a7223e9b7ed828306b09f80db92fdb7
tree00dc9bc1a5848830de25e289b8e25e3225dafefb
parent9aa1bac557c40373654ca4c15f3502ecb9b8b951
re PR tree-optimization/61375 (ICE in int_cst_value at -O3 in tree-ssa pass when compiling a reference to an __int128 value)

2014-06-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>

    gcc/
    PR tree-optimization/61375
    * tree-ssa-math-opts.c (init_symbolic_number): Cancel optimization if
    symbolic number cannot be represented in an uint64_t.
    (find_bswap_or_nop_1): Likewise.

    gcc/testsuite/
    PR tree-optimization/61375
    * gcc.c-torture/execute/pr61375-1.c: New test.

From-SVN: r211604
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr61375.c [new file with mode: 0644]
gcc/tree-ssa-math-opts.c