This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Inlining, nested functions, and VLAs
- From: Richard Henderson <rth at redhat dot com>
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 1 Nov 2004 10:04:45 -0800
- Subject: Re: Inlining, nested functions, and VLAs
- References: <10411010254.AA21006@vlsi1.ultra.nyu.edu>
On Sun, Oct 31, 2004 at 09:54:09PM -0500, Richard Kenner wrote:
> It seems to me that the right way to inline this is to make a copy of Q
> remapping it's argument types with respect to F, but I don't think that
> makes sense.
Why not? We remap all the other types during inlining; why
shouldn't this apply to the parameters as well?
r~