[cfe-commits] r158700 - in /cfe/trunk: include/clang/Basic/Attr.td include/clang/Sema/AttributeList.h lib/AST/ExprCXX.cpp lib/Lex/PPMacroExpansion.cpp lib/Parse/ParseDecl.cpp lib/Parse/ParseDeclCXX.cpp lib/Sema/DeclSpec.cpp lib/Sema/SemaDeclAttr.cpp lib/Sema/SemaStmtAttr.cpp lib/Sema/SemaType.cpp lib/Sema/TargetAttributesSema.cpp utils/TableGen/ClangAttrEmitter.cpp

Jakob Stoklund Olesen stoklund at 2pi.dk
Tue Jun 19 14:52:14 PDT 2012


On Jun 19, 2012, at 10:27 AM, Howard Hinnant <hhinnant at apple.com> wrote:

> I'm also seeing a new failure in libcxx/test/language.support/support.exception/except.nested/rethrow_if_nested.pass.cpp:
> 
> Assertion failed: (false), function main, file rethrow_if_nested.pass.cpp, line 69.
> 
> I'm not positive it is this patch.  But there aren't many patches since the last successful test:
> 
> http://llvm.org/viewvc/llvm-project?view=rev&revision=158698
> http://llvm.org/viewvc/llvm-project?view=rev&revision=158699
> http://llvm.org/viewvc/llvm-project?view=rev&revision=158700
> http://llvm.org/viewvc/llvm-project?view=rev&revision=158701
> 
> Howard

I reverted r158700 and dependent patches after verifying it caused the crash in g++.abi/vtable3a.C.

/jakob




More information about the cfe-commits mailing list