------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-13 
22:14 -------
Actually rethinking the problem, the only time we could execute the "if(bytes 
== 0)" is not going 
through the loop.  Maybe the order in execute_late_warn_uninitialized should be 
switched around but 
that will not fix this case as we already found that is the only time we can 
get there.  Hmm, I think we 
are now missing a jump thread opportunity on the mainline then.

-- 


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

Reply via email to