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

[Bug java/11629] Disable RTL Inliner in gcj


------- Additional Comments From steven at gcc dot gnu dot org  2003-11-16 18:27 -------
Subject: Re:  Disable RTL Inliner in gcj

On Sunday 16 November 2003 19:18, pinskia at gcc dot gnu dot org wrote:
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-16
> 18:18 ------- Should this be done for 3.4?

Perhaps not.  I have not been able to come up with a proper fix that doesn't 
cause regressions in C/C++.  The only reason why this would _have_ to be 
fixed for 3.4 is because there's a fortran bug that depends on this, but 
there is a hack available to work around that which is far safer than what I 
wanted to do here (removing flag_inline_trees & flag_really_no_inline)...

gr.
Steven



-- 


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


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