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 rtl-optimization/18942] [4.0 Regression] Do loop is not as optimizationed as 3.3.2


------- Additional Comments From dje at gcc dot gnu dot org  2004-12-12 19:00 -------
The new doloop generator is being more conservative for the signed int 
argument and induction variable.  Unsigned int produces better code.  Maybe 
the new algorithm could be more aggressive when one of the -ffast-math sub-
switches is enabled.

-- 


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


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