This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/11629] Disable RTL Inliner in gcj
- From: "steven at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Nov 2003 18:27:52 -0000
- Subject: [Bug java/11629] Disable RTL Inliner in gcj
- References: <20030722042113.11629.jsturm@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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