------- 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

Reply via email to