This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17642] internal compiler error: in invert_truthvalue, at fold-const.c:2997
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Sep 2004 22:02:11 -0000
- Subject: [Bug c++/17642] internal compiler error: in invert_truthvalue, at fold-const.c:2997
- References: <20040923214524.17642.schnetter@aei.mpg.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-23 22:02 -------
This is a front-end problem (or one where we forgot that COND_EXPR's first operand has to take a
BOOLEAN_TYPE).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17642