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: Michael Matz <matz at suse dot de>
- To: Dale Johannesen <dalej at apple dot com>
- Cc: 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 23:08:59 +0100 (CET)
- Subject: Re: [PATCH] gcc-3.3: Make -finline-limit work (PR/8387)
Hi,
On Thu, 6 Mar 2003, Dale Johannesen wrote:
> I believe there is only one actual patch, this one:
> http://gcc.gnu.org/ml/gcc/2003-03/msg00059.html
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.
> 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.
Ciao,
Michael.