[cfe-commits] r79057 - /cfe/trunk/lib/CodeGen/CGExpr.cpp

Eli Friedman eli.friedman at gmail.com
Fri Aug 14 16:51:53 PDT 2009


On Fri, Aug 14, 2009 at 4:43 PM, Chris Lattner<sabre at nondot.org> wrote:
> Author: lattner
> Date: Fri Aug 14 18:43:22 2009
> New Revision: 79057
>
> URL: http://llvm.org/viewvc/llvm-project?rev=79057&view=rev
> Log:
> use GetVLASize instead of accessing VLASizeMap directly, this gets an assert if
> VLASize isn't populated for the type yet.

Do you have a testcase?  This is just wallpapering over a real bug.

-Eli



More information about the cfe-commits mailing list