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/19686] [4.0 Regression] loop performance decrease, not comparing against 0


------- Additional Comments From schlie at comcast dot net  2005-02-07 02:42 -------
(In reply to comment #2)

Might it be possible to change the severity to at least "normal"
and possibly reclassify it as a "mis-optimization", as it's very
typical for folks who know processors to intentionally write
code such that compairs are agaisnt zero, as they are typically
free; having the compiler de-optimize an otherwise more effecient
explicit code fragment would seem like something that would be fairly
critical to remedy?


-- 


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


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