X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2FChangeLog;h=f723b698dd09314f5cc592a1754c6ad600cf0784;hb=77318e00be94a02ab59a5fee430bd5b1b0de5880;hp=aa933337f9b9c96bd236441c3f2d9a198e847bbf;hpb=1e93351e71235b9edf26b1dc95d882f30dc60b17;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aa933337f9b..f723b698dd0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,33 @@ +2010-06-28 Martin Jambor + + * tree-sra.c (convert_callers): New parameter, change fndecls of + recursive calls. + (modify_function): Pass the old decl to convert_callers. + +2010-06-28 Martin Jambor + + * ipa-cp.c (ipcp_init_cloned_node): Replace calls to + ipa_check_create_node_params and ipa_initialize_node_params with + checking asserts they are not necessary. + +2010-06-28 Jan Hubicka + + PR tree-optimization/44687 + * ipa-split.c (split_function): Use DECL_RESULT to store return value. + +2010-06-28 Martin Jambor + + PR c++/44535 + * gimple-fold.c (get_first_base_binfo_with_virtuals): New function. + (gimple_get_relevant_ref_binfo): Use get_first_base_binfo_with_virtuals + instead of BINFO_BASE_BINFO. + +2010-06-28 Michael Matz + + PR middle-end/44592 + * gimple-fold.c (gimplify_and_update_call_from_tree): Maintain + proper VDEF chain for intermediate stores in the sequence. + 2010-06-28 Jan Hubicka PR tree-optimization/44357