]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/23624 (ICE: internal compiler error: in invert_truthvalue, at fold-const...
authorRichard Guenther <rguenther@suse.de>
Fri, 9 Sep 2005 09:00:42 +0000 (09:00 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 9 Sep 2005 09:00:42 +0000 (09:00 +0000)
commit3dac16bde876e6ef586bed692a5c52015d230188
tree063d723468f59c5153bc0412704ffd0946b73ba1
parentdcfae47c5e2507e490b278ae5db3365b31c9654e
re PR c++/23624 (ICE: internal compiler error: in invert_truthvalue, at fold-const.c:2697)

2005-09-09  Richard Guenther  <rguenther@suse.de>

PR c++/23624
* fold-const.c (fold_ternary): Check truth_value_p before
calling invert_truthvalue.

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

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