https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66896
--- Comment #14 from Martin Liška <marxin at gcc dot gnu.org> --- (In reply to Vittorio Zecca from comment #13) > I see only two NULL dereferencing in ipa-prop.c my lines 2479 and 2545 > same statement > > dst_ctx->combine_with (ctx); > > Did you take care of both of them? Hi. Both cases are fixed on both trunk and gcc-5 branch in function update_jump_functions_after_inlining. Thanks, Martin