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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Feb 24 18:32:18 PST 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/2397

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

Buildslave for this Build: clattner.apple.com

Build Reason: 
Build Source Stamp: 97094
Blamelist: dgregor,lattner,pingbak,rjmccall

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Sema/SemaDeclCXX.cpp
 lib/Sema/SemaExprCXX.cpp
 lib/Sema/SemaOverload.cpp
 lib/Sema/SemaOverload.h
 test/SemaCXX/overload-call.cpp
At: Wed 24 Feb 2010 17:40:31
Changed By: rjmccall
Comments: Catch more uses of uninitialized implicit conversion sequences.
When diagnosing bad conversions, skip the conversion for ignored object
arguments.  Fixes PR 6398.

Properties: 




Files:
 lib/Target/CellSPU/SPU.h
 lib/Target/CellSPU/SPURegisterInfo.cpp
 lib/Target/CellSPU/SPURegisterInfo.h
At: Wed 24 Feb 2010 17:55:31
Changed By: pingbak
Comments: Large stack frame patch for the CellSPU: handle stack frames that exceed 8176
(511*16) bytes register displacement (D-form).

NOTE: This is a potential headache, given the SPU's local core limitations,
allowing the software developer to commit stack overrun suicide unknowingly.
Also, large SPU stack frames will cause code size explosion. But, one presumes
that the software developer knows what they're doing...

Contributed by Kalle.Raiskila at nokia.com, edited slightly before commit.
Properties: 




Files:
 include/clang/AST/ExprCXX.h
 lib/AST/ExprCXX.cpp
 lib/AST/StmtPrinter.cpp
 lib/Sema/Sema.h
 lib/Sema/SemaExprCXX.cpp
 lib/Sema/TreeTransform.h
 test/SemaTemplate/destructor-template.cpp
 test/SemaTemplate/member-access-expr.cpp
At: Wed 24 Feb 2010 18:00:34
Changed By: dgregor
Comments: Use CXXPseudoDestructorExpr as the stored representation for dependent
expressions that look like pseudo-destructors, e.g.,

  p->T::~T()

where p has dependent type.

At template instantiate time, we determine whether we actually have a
pseudo-destructor or a member access, and funnel down to the
appropriate routine in Sema.

Fixes PR6380.

Properties: 




Files:
 include/llvm/CodeGen/DAGISelHeader.h
 utils/TableGen/DAGISelEmitter.cpp
 utils/TableGen/DAGISelMatcher.cpp
 utils/TableGen/DAGISelMatcher.h
 utils/TableGen/DAGISelMatcherEmitter.cpp
 utils/TableGen/DAGISelMatcherOpt.cpp
At: Wed 24 Feb 2010 18:00:34
Changed By: lattner
Comments: rename PushMatcherNode -> ScopeMatcherNode to more accurately
reflect what it does.  Switch the sense of the Next and the Check
arms to be more logical.  No functionality change.
Properties: 




File: utils/TableGen/DAGISelMatcherOpt.cpp
At: Wed 24 Feb 2010 18:00:34
Changed By: lattner
Comments: add some noop code to push it out of my tree.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	llvm[4]: Compiling CodeGenFunction.cpp for Debug build
	llvm[4]: Compiling CodeGenModule.cpp for Debug build
	llvm[4]: Compiling CodeGenTypes.cpp for Debug build
	llvm[4]: Compiling Mangle.cpp for Debug build
	llvm[4]: Compiling ModuleBuilder.cpp for Debug build
	llvm[4]: Compiling TargetInfo.cpp for Debug build
	llvm[4]: Building Debug Archive Library libclangCodeGen.a
	make[2]: *** [all] Error 1
	make[1]: *** [clang/.makeall] Error 2
	make: *** [all] Error 1




More information about the llvm-testresults mailing list