[Bug middle-end/42914] [4.5 Regression][graphite] ICE with -g -ffast-math -fgraphite-identity -O2: verify_ssa failed
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Feb 10 18:19:00 GMT 2010
------- 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
More information about the Gcc-bugs
mailing list