[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Fri Jan 21 11:53:16 PST 2011
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/18168
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-15.apple.com
Build Reason:
Build Source Stamp: 123993
Blamelist: dgregor,resistor
BUILD FAILED: failed failed slave lost
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/clang/AST/DeclCXX.h
lib/AST/DeclCXX.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaStmt.cpp
test/CXX/special/class.copy/p33-0x.cpp
test/SemaCXX/rval-references-examples.cpp
test/SemaCXX/rval-references-xfail.cpp
At: Fri 21 Jan 2011 11:44:44
Changed By: dgregor
Comments: Implement the preference for move-construction over copy-construction
when returning an NRVO candidate expression. For example, this
properly picks the move constructor when dealing with code such as
MoveOnlyType f() { MoveOnlyType mot; return mot; }
The previously-XFAIL'd rvalue-references test case now works, and has
been moved into the appropriate paragraph-specific test case.
Properties:
Files:
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
test/Transforms/InstCombine/or-fcmp.ll
At: Fri 21 Jan 2011 11:44:44
Changed By: resistor
Comments: Just because we have determined that an (fcmp | fcmp) is true for A < B,
A == B, and A > B, does not mean we can fold it to true. We still need to
check for A ? B (A unordered B).
Properties:
LOGS:
Last 10 lines of 'stdio':
llvm[3]: Compiling MLxExpansionPass.cpp for Debug+Asserts build
llvm[2]: Compiling Spiller.cpp for Debug+Asserts build
llvm[2]: Compiling SplitKit.cpp for Debug+Asserts build
llvm[3]: Compiling NEONMoveFix.cpp for Debug+Asserts build
llvm[3]: Compiling Thumb1FrameLowering.cpp for Debug+Asserts build
llvm[2]: Compiling Splitter.cpp for Debug+Asserts build
llvm[2]: Compiling StackProtector.cpp for Debug+Asserts build
llvm[3]: Compiling Thumb1InstrInfo.cpp for Debug+Asserts build
llvm[2]: Compiling StackSlotColoring.cpp for Debug+Asserts build
llvm[3]: Compiling Thumb1RegisterInfo.cpp for Debug+Asserts build
Last 10 lines of 'interrupt':
[Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionLost'>: Connection to the other side was lost in a non-clean fashion.
]
More information about the llvm-testresults
mailing list