This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/15547] [tree-ssa] don't generate if (a != 0) for if (a)


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]