re PR c++/24439 (ICE with invert conditional containing throw)
authorRichard Guenther <rguenther@suse.de>
Thu, 20 Oct 2005 15:19:03 +0000 (15:19 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 20 Oct 2005 15:19:03 +0000 (15:19 +0000)
commit9ca4afb947aa1edc2da5d4d8f809f92eb5b7149c
treea54c3badb757d1310e8ac6ecfbb2e2f11d6caaf3
parent2358ff9116d8167e4b0d2f70a9d61e4e8ca5168e
re PR c++/24439 (ICE with invert conditional containing throw)

2005-10-20  Richard Guenther  <rguenther@suse.de>

PR c++/24439
* fold-const.c (invert_truthvalue): Handle COND_EXPR with
void type operands.

* g++.dg/tree-ssa/pr24439.C: New testcase.

From-SVN: r105678
gcc/ChangeLog
gcc/fold-const.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/tree-ssa/pr24439.C [new file with mode: 0644]