[cfe-commits] r117539 - in /cfe/trunk: include/clang/AST/Stmt.h include/clang/Basic/DiagnosticSemaKinds.td lib/AST/Stmt.cpp lib/CodeGen/CGStmt.cpp lib/Sema/JumpDiagnostics.cpp test/Sema/scope-check.c test/SemaCXX/scope-check.cpp

Chris Lattner clattner at apple.com
Thu Oct 28 20:51:37 PDT 2010


On Oct 28, 2010, at 6:18 PM, John McCall wrote:

>>> If this really affects anyone, I can probably adjust this to only hard-error
>>> on possible indirect gotos into VLA scopes rather than arbitrary scopes.
>>> But we'll see how people cope with the aggressive change on the marginal
>>> feature.
>> 
>> Does this break the webkit build?
> 
> 
> (I just saw this message)
> 
> No.  Or, it doesn't break the JSC build, which IIRC is the only part using indirect goto.

Right.  Ok thanks!

-Chris



More information about the cfe-commits mailing list