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

--- Comment #1 from uros at gcc dot gnu.org 2012-04-30 21:34:39 UTC ---
Author: uros
Date: Mon Apr 30 21:34:35 2012
New Revision: 187001

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187001
Log:
    PR middle-end/53136
    * ipa-prop.c (ipa_print_node_jump_functions): Wrap multiple
    calls to cgraph_node_name in xstrdup.
    (ipa_make_edge_direct_to_target): Ditto.
    * cgraph.c (dump_cgraph_node): Ditto.
    * tree-sra.c (convert_callers_for_node): Ditto.
    * lto-symtab.c (lto_cgraph_replace_node): Ditto.
    * ipa-cp.c (perhaps_add_new_callers): Ditto.
    * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Ditto.
    (cgraph_materialize_all_clones): Ditto.
    * ipa-inline.c (report_inline_failed_reason): Ditto.
    (want_early_inline_function_p): Ditto.
    (edge_badness): Ditto.
    (update_edge_key): Ditto.
    (flatten_function): Ditto.
    (ipa_inline): Ditto.
    (inlinw_always_inline_functions): Ditto.
    (early_inline_small_functions): Ditto.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cgraph.c
    trunk/gcc/cgraphunit.c
    trunk/gcc/ipa-cp.c
    trunk/gcc/ipa-inline.c
    trunk/gcc/ipa-prop.c
    trunk/gcc/lto-symtab.c
    trunk/gcc/tree-sra.c

Reply via email to