This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PING][PATCH PR43513, 1/3] Replace vla with array - Implementation.


Hi Richard,

On 07/30/2011 09:21 AM, Tom de Vries wrote:
> This is an updated version of the patch. I have 2 new patches and an updated
> testcase which I will sent out individually.
> 
> Patch set was bootstrapped and reg-tested on x86_64.
> 
> Ok for trunk?
> 

You already approved the the 2 new patches, and I checked them in.

Ping for the updated patch and updated testcase:
http://gcc.gnu.org/ml/gcc-patches/2011-07/msg02730.html
http://gcc.gnu.org/ml/gcc-patches/2011-07/msg02733.html

The patch replaces a vla __builtin_alloca that has a constant argument with an
array declaration.

Thanks,
- Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]