re PR tree-optimization/48271 (ICE: SIGSEGV in tree_ssa_dominator_optimize (tree...
authorRichard Guenther <rguenther@suse.de>
Thu, 24 Mar 2011 14:43:16 +0000 (14:43 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 24 Mar 2011 14:43:16 +0000 (14:43 +0000)
commita881aaa76995d244aec1a6126d5254756ebafdb9
tree1d8153ce00daca65241e4fb2d0ed678e09967244
parentdbaa912cc8f340546b006071be3a72bf948aed55
re PR tree-optimization/48271 (ICE: SIGSEGV in tree_ssa_dominator_optimize (tree-ssa-dom.c:2964) with -O -ftree-vrp -fno-guess-branch-probability -fnon-call-exceptions)

2011-03-24  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/48271
* tree-ssa-dom.c (tree_ssa_dominator_optimize): Only cleanup
blocks that still exist.

* g++.dg/torture/pr48271.C: New testcase.

From-SVN: r171395
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/torture/pr48271.C [new file with mode: 0644]
gcc/tree-ssa-dom.c