This is the mail archive of the gcc-patches@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]

Re: Another inliner patch


Kaveh R. Ghazi writes:
 > Andrew,
 > 
 > This patch:
 > 
 >  >     * tree-inline.c (remap_block): All local class initialization
 >  >     flags go in the outermost scope.
 >  >     (expand_call_inline): Call java_inlining_map_static_initializers.
 >  >     (expand_call_inline): Call
 >  >     java_inlining_merge_static_initializers.
 >  > 
 >  > 
 >  >     * java/lang.c (merge_init_test_initialization): New.
 >  >     (java_inlining_merge_static_initializers): New.
 >  >     (inline_init_test_initialization): New.
 >  >     (java_inlining_map_static_initializers): New.
 > 
 > introduced four new warning regressions.

Already done -- I beat you to it.

Andrew.


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