This is the mail archive of the gcc@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]

Re: problem with iv-opts and valid gimple



On Dec 10, 2004, at 3:48 PM, Andrew Pinski wrote:


Even though I cannot find a testcase on the mainline, I could reproduce
the problem with my tree combiner.

find_interesting_uses_cond does not handle TRUTH_NOT_EXPR.

Could you look into how to fix this problem?
This might be able to reproducible on the mainline but I cannot
find a testcase right now.

I had forgot to mention the COND_EXPR looks like:


if (!a) goto b; else goto c;

Thanks,
Andrew Pinski


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