------- Comment #5 from rguenth at gcc dot gnu dot org  2010-02-10 18:19 -------
(In reply to comment #4)
> Debug stmts do not seem to be reachable from basic iterators like:
> 
>       FOR_EACH_IMM_USE_STMT (stmt, imm_iter, def)
>         if (is_gimple_debug (stmt))
>           {
>             gimple_debug_bind_reset_value (stmt);
>             update_stmt (stmt);
>           }
> 
> Is there another way to iterate over all the uses of an SSA_NAME
> that might be used in a debug stmt?

They should - the issue must be elsewhere


-- 


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

Reply via email to