]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/57322 (Segfault at -O1 in build_and_add_sum)
authorEaswaran Raman <eraman@gcc.gnu.org>
Tue, 21 May 2013 22:36:29 +0000 (22:36 +0000)
committerEaswaran Raman <eraman@gcc.gnu.org>
Tue, 21 May 2013 22:36:29 +0000 (22:36 +0000)
commit4f7a634e7be19d39eca72e0c8e30e52c9e48f3f0
treefc587480adf7a3b1be4776a2f69bd71d81958cfb
parent639879525eb8bbff721b1accf297de423ceb40a1
re PR tree-optimization/57322 (Segfault at -O1 in build_and_add_sum)

2013-05-21  Easwaran Raman  <eraman@google.com>

PR tree-optimization/57322
* (build_and_add_sum): If a BB is empty, set the UID of the statement
added to the BB to be 1.

testsuite/ChangeLog:

2013-05-21  Easwaran Raman  <eraman@google.com>

PR tree-optimization/57322
* gcc.dg/tree-ssa/reassoc-29.c: New testcase.

From-SVN: r199165
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/reassoc-29.c [new file with mode: 0644]
gcc/tree-ssa-reassoc.c