[llvm-testresults] buildbot failure in smooshlab on clang-powerpc-darwin8

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Mar 30 16:14:25 PDT 2010


The Buildbot has detected a new failure of clang-powerpc-darwin8 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/clang-powerpc-darwin8/builds/3280

Buildbot URL: http://smooshlab.apple.com:8010/

Buildslave for this Build: clattner.apple.com

Build Reason: 
Build Source Stamp: 99948
Blamelist: akirtzidis,bwilson,ddunbar,dgregor,dpatel,rafael,rjmccall,void

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


================================================================================

CHANGES:
Files:
 lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 test/DebugInfo/2010-03-30-InvalidDbgInfoCrash.ll
At: Tue 30 Mar 2010 15:10:38
Changed By: dpatel
Comments: Ignore invalid metadata.

Properties: 




File: test/CXX/stmt.stmt/stmt.select/p3.cpp
At: Tue 30 Mar 2010 15:10:38
Changed By: dgregor
Comments: Add a test for C++ [stmt.select]p3, which specifies that redeclaring a
name in the outermost block of a if/else that declares the same name
is ill-formed. Turns out that Clang and MSVC were right about PR6739;
GCC is too lax.
Properties: 




Files:
 lib/Parse/ParseCXXInlineMethods.cpp
 test/Parser/cxx-default-args.cpp
At: Tue 30 Mar 2010 15:15:39
Changed By: akirtzidis
Comments: When "delayed parsing" C++ default arguments, if there is an error, there may be tokens left in the token stream
that will interfere (they will be parsed as if they are after the class' '}') and a crash will occur because
the CachedTokens that holds them will be deleted while the lexer is still using them.

Make sure that the tokens of default args are removed from the token stream.
Fixes PR6647.Properties: 




Files:
 include/clang/AST/ASTContext.h
 include/clang/AST/Type.h
 lib/AST/ASTContext.cpp
 lib/AST/Type.cpp
 lib/AST/TypePrinter.cpp
 lib/CodeGen/CGCall.cpp
 lib/CodeGen/CGCall.h
 lib/Frontend/PCHReader.cpp
 lib/Frontend/PCHWriter.cpp
 lib/Sema/SemaExpr.cpp
 lib/Sema/SemaType.cpp
 test/CodeGen/regparm.c
At: Tue 30 Mar 2010 15:20:38
Changed By: rafael
Comments: Remember the regparm attribute in FunctionType::ExtInfo.
Fixes PR3782.

Properties: 




File: lib/Sema/SemaAccess.cpp
At: Tue 30 Mar 2010 15:20:38
Changed By: rjmccall
Comments: Fix an oversight with access control for address-of-function.

Properties: 




File: gcc/testsuite/g++.apple/eh1.C
At: Tue 30 Mar 2010 15:20:38
Changed By: void
Comments: We now generate LSDAs into the TEXT section.Properties: 




File: gcc/llvm-convert.cpp
At: Tue 30 Mar 2010 15:30:44
Changed By: bwilson
Comments: Revert Mon Ping's 99929 due to broken llvm-gcc buildbots.
Properties: 




Files:
 lib/CodeGen/CGExpr.cpp
 lib/CodeGen/CodeGenTypes.cpp
 lib/CodeGen/CodeGenTypes.h
At: Tue 30 Mar 2010 15:30:44
Changed By: ddunbar
Comments: Minor formatting/FIXME cleanups.Properties: 




Files:
 lib/CodeGen/CGExprConstant.cpp
 lib/CodeGen/CGRecordLayout.h
 lib/CodeGen/CGRecordLayoutBuilder.cpp
 lib/CodeGen/CodeGenTypes.cpp
 lib/CodeGen/CodeGenTypes.h
At: Tue 30 Mar 2010 15:30:44
Changed By: ddunbar
Comments: IRgen: Move CGRecordLayout to its own happy little file.Properties: 




Files:
 lib/CodeGen/CodeGenTypes.cpp
 lib/CodeGen/CodeGenTypes.h
At: Tue 30 Mar 2010 15:30:44
Changed By: ddunbar
Comments: IRGen: Narrow getCGRecordLayout type.Properties: 




File: include/clang/AST/Decl.h
At: Tue 30 Mar 2010 15:30:44
Changed By: ddunbar
Comments: Formatting tweaks.Properties: 




Files:
 lib/CodeGen/CGBuiltin.cpp
 lib/CodeGen/CGDecl.cpp
 lib/CodeGen/CGExprAgg.cpp
 lib/CodeGen/CodeGenFunction.cpp
 lib/CodeGen/CodeGenModule.cpp
 lib/CodeGen/CodeGenModule.h
 test/CodeGen/builtin-memfns.c
 test/CodeGenCXX/eh.cpp
 test/CodeGenCXX/new.cpp
 test/CodeGenCXX/value-init.cpp
At: Tue 30 Mar 2010 15:30:44
Changed By: bwilson
Comments: Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.
Properties: 




Files:
 include/llvm/CodeGen/SelectionDAG.h
 include/llvm/IntrinsicInst.h
 include/llvm/Intrinsics.td
 include/llvm/Support/IRBuilder.h
 include/llvm/Target/TargetLowering.h
 include/llvm/Transforms/Utils/BuildLibCalls.h
 lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 lib/Target/ARM/ARMISelLowering.cpp
 lib/Target/ARM/ARMISelLowering.h
 lib/Target/PowerPC/PPCISelLowering.cpp
 lib/Target/X86/X86ISelLowering.cpp
 lib/Target/X86/X86ISelLowering.h
 lib/Target/XCore/XCoreISelLowering.cpp
 lib/Transforms/InstCombine/InstCombineCalls.cpp
 lib/Transforms/Scalar/MemCpyOptimizer.cpp
 lib/Transforms/Scalar/ScalarReplAggregates.cpp
 lib/Transforms/Scalar/SimplifyLibCalls.cpp
 lib/Transforms/Utils/BuildLibCalls.cpp
 lib/Transforms/Utils/InlineFunction.cpp
 lib/VMCore/AutoUpgrade.cpp
 test/Analysis/BasicAA/modref.ll
 test/Transforms/InstCombine/memset_chk.ll
 test/Transforms/InstCombine/objsize.ll
 test/Transforms/MemCpyOpt/align.ll
 test/Transforms/SimplifyLibCalls/StrCpy.ll
 test/Verifier/2006-12-12-IntrinsicDefine.ll
At: Tue 30 Mar 2010 15:30:44
Changed By: bwilson
Comments: Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	llvm[4]: Compiling SemaTemplate.cpp for Debug build
	llvm[4]: Compiling SemaTemplateDeduction.cpp for Debug build
	llvm[4]: Compiling SemaTemplateInstantiate.cpp for Debug build
	llvm[4]: Compiling SemaTemplateInstantiateDecl.cpp for Debug build
	llvm[4]: Compiling SemaType.cpp for Debug build
	llvm[4]: Compiling TargetAttributesSema.cpp for Debug build
	llvm[4]: Building Debug Archive Library libclangSema.a
	make[2]: *** [all] Error 1
	make[1]: *** [clang/.makeall] Error 2
	make: *** [all] Error 1




More information about the llvm-testresults mailing list