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

--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> ---
You could also check gimple_vop (fn) == NULL_TREE (not in virtual SSA form,
we probably should have a better way to query that).  But indeed guarding
this for -O0 is better.

Reply via email to