This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11449] [3.4 Regression] ICE in invert_truthvalue called on AND operation
- From: "neroden at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Jul 2003 01:56:19 -0000
- Subject: [Bug c/11449] [3.4 Regression] ICE in invert_truthvalue called on AND operation
- References: <20030707033540.11449.trisk@quasarnet.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11449
------- Additional Comments From neroden at gcc dot gnu dot org 2003-07-10 01:56 -------
Or we could declare that all truth value expressions must be of boolean type,
and insert oodles of synthetic casts between integer types and boolean types
early on, or course.