This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Inlining, nested functions, and VLAs
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: rth at redhat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 1 Nov 04 13:40:19 EST
- Subject: Re: Inlining, nested functions, and VLAs
Why not? We remap all the other types during inlining; why
shouldn't this apply to the parameters as well?
Also, note that it's wrong to remap the types of parameters of a function
being inlined because those have to be known to its caller.