On Sat, Dec 20, 2008 at 11:33 AM, Anders Carlsson <[email protected]> wrote: > + if (StackSaveValues.back()) { > + CGM.ErrorUnsupported(&S, "goto inside scope with VLA"); > + return; > + }
Is this check really complete? Don't we really want to know whether there any VLA scopes, rather than whether the top scope is a VLA scope? -Eli _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
