[cfe-commits] r61285 - in /cfe/trunk/lib/CodeGen: CGDecl.cpp CodeGenFunction.cpp CodeGenFunction.h
Anders Carlsson
andersca at mac.com
Sat Dec 20 13:17:04 PST 2008
20 dec 2008 kl. 13.12 skrev Eli Friedman:
> On Sat, Dec 20, 2008 at 12:46 PM, Anders Carlsson <andersca at mac.com>
> wrote:
>> + assert(!SizeEntry && "Must not emit the same VLA size more
>> than once!");
>
> Unless I'm mistaken, it should be pretty easy to hit this assertion
> with a typedef; do you have a plan for how to deal with that?
>
Ah, maybe in that case we should just bail - given that it's a valid
case.
Anders
More information about the cfe-commits
mailing list