OSDN Git Service

Fix forgotten ChangeLog entries.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 May 2005 21:04:17 +0000 (21:04 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 May 2005 21:04:17 +0000 (21:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99930 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cp/ChangeLog

index 1697d9a..63280a4 100644 (file)
        (init_tree_optimization_passes): Move some to all_lowering_passes.
        (tree_lowering_passes): New function.
        (tree_rest_of_compilation): Register cfg hooks; save/unsave eh.
+       * tree-pass.h (tree_lowering_passes): Declare
 
 2005-05-17  Nathan Sidwell  <nathan@codesourcery.com>
 
index cc4abc6..60671f9 100644 (file)
        * Make-lang.in (cp/tree.o): Add debug.h.
        * tree.c (lvalue_p_1, case CONST_DECL): Add.
 
+2005-05-18  Jan Hubicka  <jh@suse.cz>
+
+       * method.c: Include tree-pass.h
+       (use_thunk): Lower body before expanding.
+
 2005-05-17  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/21454