OSDN Git Service

2010-06-26 Martin Jambor <mjambor@suse.cz>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index aa93333..f723b69 100644 (file)
@@ -1,3 +1,33 @@
+2010-06-28  Martin Jambor  <mjambor@suse.cz>
+
+       * 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  <mjambor@suse.cz>
+
+       * 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  <jh@suse.cz>
+
+       PR tree-optimization/44687
+       * ipa-split.c (split_function): Use DECL_RESULT to store return value.
+
+2010-06-28  Martin Jambor  <mjambor@suse.cz>
+
+       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  <matz@suse.de>
+
+       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  <jh@suse.cz>
 
        PR tree-optimization/44357