[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Sat Nov 20 22:20:54 PST 2010
The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/15985
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-15.apple.com
Build Reason:
Build Source Stamp: 119919
Blamelist: fpichet,lattner
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/Target/README.txt
At: Sat 20 Nov 2010 22:13:37
Changed By: lattner
Comments: tail calls on x86 are implemented.
Properties:
Files:
include/clang/AST/Decl.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/Basic/DeclNodes.td
include/clang/Sema/Sema.h
include/clang/Sema/Template.h
include/clang/Serialization/ASTBitCodes.h
lib/AST/ASTImporter.cpp
lib/AST/Decl.cpp
lib/AST/DeclBase.cpp
lib/AST/ExprClassification.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTWriterDecl.cpp
At: Sat 20 Nov 2010 22:13:37
Changed By: fpichet
Comments: Major anonymous union/struct redesign.
A new AST node is introduced:
def IndirectField : DDecl<Value>;
IndirectFields are injected into the anonymous's parent scope and chain back to
the original field. Name lookup for anonymous entities now result in an
IndirectFieldDecl instead of a FieldDecl.
There is no functionality change, the code generated should be the same.Properties:
LOGS:
Last 10 lines of 'stdio':
llvm[4]: Compiling UndefinedArraySubscriptChecker.cpp for Debug+Asserts build
llvm[4]: Compiling UndefinedAssignmentChecker.cpp for Debug+Asserts build
llvm[4]: Compiling UnixAPIChecker.cpp for Debug+Asserts build
llvm[4]: Compiling UnreachableCodeChecker.cpp for Debug+Asserts build
llvm[4]: Compiling VLASizeChecker.cpp for Debug+Asserts build
llvm[4]: Compiling ValueManager.cpp for Debug+Asserts build
llvm[4]: Building Debug+Asserts Archive Library libclangChecker.a
make[2]: *** [all] Error 1
make[1]: *** [clang/.makeall] Error 2
make: *** [all] Error 1
Last 10 lines of 'warnings':
MCDwarf.cpp:277: warning: passing negative value '-0x00000000000000005' for argument 1 to 'virtual void llvm::MCStreamer::EmitIntValue(uint64_t, unsigned int, unsigned int)'
SPUISelLowering.cpp:684: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)'
SPUISelLowering.cpp:916: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)'
CGDecl.cpp:33: warning: enumeration value 'IndirectField' not handled in switch
CGExprCXX.cpp:498: warning: passing negative value '-0x00000000000000001' for argument 2 to 'static llvm::ConstantInt* llvm::ConstantInt::get(const llvm::IntegerType*, uint64_t, bool)'
CGExprCXX.cpp:559: warning: passing negative value '-0x00000000000000001' for argument 2 to 'static llvm::ConstantInt* llvm::ConstantInt::get(const llvm::IntegerType*, uint64_t, bool)'
SemaExpr.cpp:7916: warning: suggest parentheses around assignment used as truth value
More information about the llvm-testresults
mailing list