This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/15547] [tree-ssa] don't generate if (a != 0) for if (a)
- 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: 5 Jul 2004 22:31:08 -0000
- Subject: [Bug tree-optimization/15547] [tree-ssa] don't generate if (a != 0) for if (a)
- References: <20040519235519.15547.dann@godzilla.ics.uci.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-05 22:31 -------
I think this is really just a dup of bug 15618.
But COND_EXPR for gimple requires its first argument (the conditional) be of type boolean_type.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15547