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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Thu Sep 2 11:18:26 PDT 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/3863

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

Buildslave for this Build: smoosh-02

Build Reason: 
Build Source Stamp: 112839
Blamelist: dgregor,djg,fjahanian,tcare

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/CodeGen/CGDecl.cpp
 test/CodeGenCXX/reference-in-blocks.cpp
At: Thu 02 Sep 2010 10:32:32
Changed By: fjahanian
Comments: Another i1 vs. i8 type mismatch issue. This time
a 'bool' byref variable in memory. Fixes radar 8382559.
Properties: 




File: include/llvm/System/Path.h
At: Thu 02 Sep 2010 10:37:07
Changed By: djg
Comments: Add a comment.
Properties: 




Files:
 test/Index/load-classes.cpp
 test/Index/load-namespaces.cpp
 tools/libclang/CIndex.cpp
At: Thu 02 Sep 2010 10:37:07
Changed By: dgregor
Comments: Implement basic visitation for nested name specifiers via libclang
cursors. Sadly, this visitation is a hack, because we don't have
proper source-location information for nested-name-specifiers in the
AST. It does improve on the status quo, however.
Properties: 




Files:
 lib/CodeGen/CGExprCXX.cpp
 lib/CodeGen/ItaniumCXXABI.cpp
At: Thu 02 Sep 2010 10:42:08
Changed By: dgregor
Comments: Revert my two IRgen fixes for "bool", then use a far simpler approach
based on ConvertTypeForMem. Thanks to John for pointing out the right
solution.
Properties: 




Files:
 include/clang/Checker/BugReporter/BugReporter.h
 lib/Checker/BugReporterVisitors.cpp
 lib/Checker/IdempotentOperationChecker.cpp
At: Thu 02 Sep 2010 10:52:07
Changed By: tcare
Comments: Improved error reporting in IdempotentOperationChecker
- SourceRange highlighting is only given for the relevant side of the operator (assignments give both)
- Added PostVisitBinaryOperator hook to retrieve the ExplodedNode for an operator
- Added a BugReporterVisitor to display the last store to every VarDecl in a Stmt
- Changed bug reporting to use the new BugReporterVisitorProperties: 




LOGS:
Last 10 lines of 'stdio':
	make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.obj/tools/clang/lib/Checker/Debug+Asserts/IdempotentOperationChecker.o] Error 1
	make[4]: *** Waiting for unfinished jobs....
	llvm[4]: Building Debug+Asserts Archive Library libclangAST.a
	llvm[4]: Building Debug+Asserts Archive Library libclangCodeGen.a
	make[3]: *** [Checker/.makeall] Error 2
	make[3]: *** Waiting for unfinished jobs....
	llvm[4]: Building Debug+Asserts 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