re PR tree-optimization/32821 (tree-if-conv:combine_blocks with -ftree-dump-tree...
authorUros Bizjak <uros@gcc.gnu.org>
Fri, 7 Sep 2007 10:17:46 +0000 (12:17 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 7 Sep 2007 10:17:46 +0000 (12:17 +0200)
commitb616a16e1a5ea4e8ea62b5ed5690b428d9393e58
tree86bc2a69e632746478df68506829ec6c7eb1f74b
parentc664bb1b461cfee89b2e9b65c5fe827f3da40173
re PR tree-optimization/32821 (tree-if-conv:combine_blocks with -ftree-dump-tree-all-details fails on ICE in compilation: segfault)

PR tree-optimization/32821
* tree_if_conv.c (combine_blocks): Use alloc_stmt_list instead of
NULL in the call to set_bb_stmt_list.

testsuite/ChangeLog:

PR tree-optimization/32821
* gcc.dg/tree-ssa/pr32821.c: New file.

From-SVN: r128235
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr32821.c [new file with mode: 0644]
gcc/tree-if-conv.c