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/19937] [4.0 regression] Wrong loop exit (causes binutils to fail)


------- Additional Comments From schlie at comcast dot net  2005-02-18 04:52 -------
(In reply to comment #7)
> Subject: Re:  [4.0 regression] Wrong loop exit
> I don't understand the comment.  Comparisons constructed due to
> may_eliminate_iv are always either EQ_EXPRs or NE_EXPRs.  Comparing
> directly with a value in a different type (regardless of what comparison
> operator is used) is however always an invalid gimple.

Yes you're correct, my comment was misguided, and simply wrong.



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19937


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