This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/37419] [4.4 Regression] mpfr related memory corruption



------- Comment #6 from jakub at gcc dot gnu dot org  2008-09-09 19:21 -------
Subject: Bug 37419

Author: jakub
Date: Tue Sep  9 19:19:41 2008
New Revision: 140168

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140168
Log:
        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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-inline.c
    trunk/gcc/ipa-prop.c
    trunk/gcc/ipa-prop.h


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]