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 c/18739] warning of uninitialized value gets suppressed without optimization with initialization after continue in loop


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-30 14:17 -------
No the warning is correct as continue, still checks the loop exit condition.

Oh if you are wondering why we don't warn without optimization, well this is because of flow reasons, it 
would take more time to get the flow analysis up and running to do the optimization but we don't want 
to slow down -O0 compiling.

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


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


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