[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt

daniel_dunbar at apple.com daniel_dunbar at apple.com
Sat Nov 20 22:28:27 PST 2010


The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/5706

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

Buildslave for this Build: smoosh-02

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':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/tools/clang/lib/CodeGen/CGDecl.cpp:33: warning: enumeration value 'IndirectField' not handled in switch
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/tools/clang/lib/Sema/SemaExpr.cpp:7916: warning: suggest parentheses around assignment used as truth value




More information about the llvm-testresults mailing list