]> gcc.gnu.org Git - gcc.git/commit
re PR other/37419 (mpfr related memory corruption)
authorJakub Jelinek <jakub@redhat.com>
Tue, 9 Sep 2008 19:19:41 +0000 (21:19 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 9 Sep 2008 19:19:41 +0000 (21:19 +0200)
commite56f5f3e5aad70d12c6ea019c99028a4daf5dc2b
treeca835f110fff1af809098b873bed9ffc70011b18
parent71aaa2ff33c3699b3feafc9b409f83bf8b52213c
re PR other/37419 (mpfr related memory corruption)

PR other/37419
* ipa-prop.h (ipa_propagate_indirect_call_infos): Change last argument
to pointer to vector pointer.
* ipa-prop.c (ipa_propagate_indirect_call_infos,
propagate_info_to_inlined_callees): Likewise.
(update_call_notes_after_inlining): Likewise.  Push new indirect edge
to *new_edges instead of new_edges.  Reread IPA_EDGE_REF after
ipa_check_create_edge_args.
* ipa-inline.c (cgraph_decide_recursive_inlining): Change last argument
to pointer to vector pointer.
(cgraph_decide_inlining_of_small_function): Adjust
cgraph_decide_recursive_inlining and ipa_propagate_indirect_call_infos
calls.

From-SVN: r140168
gcc/ChangeLog
gcc/ipa-inline.c
gcc/ipa-prop.c
gcc/ipa-prop.h
This page took 0.061811 seconds and 5 git commands to generate.