This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] gcc-3.3: Make -finline-limit work (PR/8387)
- From: Dale Johannesen <dalej at apple dot com>
- To: Michael Matz <matz at suse dot de>
- Cc: Dale Johannesen <dalej at apple dot com>, Mark Mitchell <mark at codesourcery dot com>, Kurt Garloff <kurt at garloff dot de>, Zack Weinberg <zack at codesourcery dot com>, Geoff Keating <geoffk at geoffk dot org>, gcc at gcc dot gnu dot org
- Date: Thu, 6 Mar 2003 14:29:50 -0800
- Subject: Re: [PATCH] gcc-3.3: Make -finline-limit work (PR/8387)
On Thursday, March 6, 2003, at 02:08 PM, Michael Matz wrote:
That message contained only the docu patch, without the different
handling
of auto-inlined and user-inlined functions. But the referred mail
therein
contained both patches ...
which was modified by Geoff before being merged into 3.4:
http://gcc.gnu.org/ml/gcc-patches/2003-03/msg00127.html
... which indeed were applied in one go by Geoff.
I see, thanks. What I did was apply Geoff's patch, so we should be OK.
There was some discussion about a second patch, but no patch.
The second one is the special handling of auto-inlined functions, but
it's
part of Geoff's commit already.
There's further discussion after Geoff's patch about tweaking the
relationships between the various parameters, but no patch has come
out of that yet; that's what I was referring to.