[cfe-commits] r72578 - /cfe/trunk/lib/CodeGen/CodeGenFunction.cpp

Eli Friedman eli.friedman at gmail.com
Fri May 29 10:38:49 PDT 2009


On Fri, May 29, 2009 at 10:06 AM, Mike Stump<mrs at apple.com> wrote:
> Author: mrs
> Date: Fri May 29 12:06:45 2009
> New Revision: 72578
>
> URL: http://llvm.org/viewvc/llvm-project?rev=72578&view=rev
> Log:
> Fixup codegen for composition of vla types using a normal array type.

Do you have a testcase?  Unless something is getting messed up, this
sort of construct is pretty obscure (something like "int
(*a[5])[var];").

-Eli



More information about the cfe-commits mailing list