re PR ipa/66896 (ipa-prop.c:2479 runtime error: member call on null pointer of type...
authorMartin Liska <mliska@suse.cz>
Thu, 16 Jul 2015 14:48:18 +0000 (16:48 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Thu, 16 Jul 2015 14:48:18 +0000 (14:48 +0000)
commita7d1f3fedcddc06f8f4b3d761c928fb5de3a3082
treecdc16141e1aaeb9833879827128954d56bb21e07
parentce7bc090cd410e6003f3bb3346513b1b8193eb15
re PR ipa/66896 (ipa-prop.c:2479 runtime error: member call on null pointer of type 'struct ipa_polymorphic_call_context')

Fix PR ipa/66896.

* g++.dg/ipa/pr66896.c: New test.
PR ipa/66896.
* ipa-prop.c (update_jump_functions_after_inlining): Create properly
dst_ctx if it does not exist.

From-SVN: r225887
gcc/ChangeLog
gcc/ipa-prop.c
gcc/testsuite/ChangeLog