]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/28900 (ICE verify_stmts failed (invalid operand to unary...
authorRichard Guenther <rguenther@suse.de>
Tue, 5 Sep 2006 08:39:42 +0000 (08:39 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 5 Sep 2006 08:39:42 +0000 (08:39 +0000)
commit575643d56cd35107e7352060f420e93eda8282d5
tree1d8da7d4ffe531ba692eaaf37c1c19d211862241
parentb2db922002d6d95cc0fc2f7965c9a5ba81c6cf5a
re PR tree-optimization/28900 (ICE verify_stmts failed (invalid operand to unary operator))

2006-09-05  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/28900
* tree-if-conv.c (find_phi_replacement_condition): Gimplify
compound conditional before creating COND_EXPR condition.

* gcc.dg/torture/pr28900.c: New testcase

From-SVN: r116697
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr28900.c [new file with mode: 0644]
gcc/tree-if-conv.c