[Bug ipa/66896] ipa-prop.c:2479 runtime error: member call on null pointer of type 'struct ipa_polymorphic_call_context'

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Aug 6 08:39:00 GMT 2015


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


More information about the Gcc-bugs mailing list