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 optimization/13677] Generates Sub-Optimal Code in 'for' Loops


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-14 18:00 -------
Sorry we do not care about what the code looks like at -O0, -O0 means no optimization and put 
things more on the stack.
The looks good at -O3 or -O1 (even optimizes the printf to putchar).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


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


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