[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 15:13:03 PDT 2012


On Jun 19, 2012, at 3:09 PM, Howard Hinnant <hhinnant at apple.com> wrote:

> On Jun 19, 2012, at 5:52 PM, Jakob Stoklund Olesen wrote:
> 
>> 
>> 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.
> 
> I've confirmed libcxx/test/language.support/support.exception/except.nested/rethrow_if_nested.pass.cpp is now passing.

Excellent. Thanks, Howard!

/jakob




More information about the cfe-commits mailing list