[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Jan 25 16:23:14 PST 2011


The Buildbot has detected a new failure of llvm-gcc-powerpc-darwin9 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/llvm-gcc-powerpc-darwin9/builds/5035

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

Buildslave for this Build: spang.apple.com

Build Reason: 
Build Source Stamp: 124233
Blamelist: dgregor,jyasskin,kremenek,nico,void

BUILD FAILED: failed failed slave lost

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Sema/SemaOverload.cpp
 test/CXX/over/over.match/over.match.best/over.ics.rank/p3-0x.cpp
At: Tue 25 Jan 2011 11:45:06
Changed By: dgregor
Comments: Fix the ranking of reference bindings during overload resolution
(C++0x [over.ics.rank]p3) when one binding is an lvalue reference and
the other is an rvalue reference that binds to an rvalue. In
particular, we were using the predict "is an rvalue reference" rather
than "is an rvalue reference that binds to an rvalue", which was
incorrect in the one case where an rvalue reference can bind to an
lvalue: function references.

This particular issue cropped up with std::forward, where Clang was
picking an std::forward overload while forwarding an (lvalue)
reference to a function. However (and unfortunately!), the right
answer for this code is that the call to std::forward is
ambiguous. Clang now gets that right, but we need to revisit the
std::forward implementation in libc++.
Properties: 




Files:
 docs/LanguageExtensions.html
 include/clang/Basic/Attr.td
 include/clang/Basic/DiagnosticSemaKinds.td
 include/clang/Sema/AttributeList.h
 lib/Sema/AttributeList.cpp
 lib/Sema/SemaDeclAttr.cpp
 lib/Sema/SemaExprCXX.cpp
 test/SemaCXX/forbid-temporaries.cpp
At: Tue 25 Jan 2011 12:25:12
Changed By: jyasskin
Comments: Add an attribute to forbid temporary instances of a type.  This allows class
authors to write 

  class __attribute__((forbid_temporaries)) Name { ... };

when they want to force users to name all variables of the type. This protects
people from doing things like creating a scoped_lock that only lives for a
single statement instead of an entire scope.

The warning produced by this attribute can be disabled by
-Wno-forbid-temporaries.
Properties: 




Files:
 include/clang/AST/ASTMutationListener.h
 include/clang/CodeGen/CodeGenAction.h
 include/clang/Driver/CC1Options.td
 include/clang/Frontend/FrontendAction.h
 include/clang/Frontend/FrontendOptions.h
 include/clang/Frontend/MultiplexConsumer.h
 lib/CodeGen/CodeGenAction.cpp
 lib/Frontend/CompilerInvocation.cpp
 lib/Frontend/FrontendAction.cpp
 lib/Frontend/MultiplexConsumer.cpp
At: Tue 25 Jan 2011 12:40:08
Changed By: nico
Comments: Add -add-plugin flag, which runs plugins in addition to codegen.Properties: 




Files:
 lib/StaticAnalyzer/SymbolManager.cpp
 test/Analysis/misc-ps-region-store.m
At: Tue 25 Jan 2011 13:14:34
Changed By: kremenek
Comments: Don't try and symbolicate unions; we don't reason
about them yet.  Fixes crash reported in PR 9049.Properties: 




File: lib/MC/MCParser/AsmParser.cpp
At: Tue 25 Jan 2011 13:34:34
Changed By: void
Comments: Add support for parsing a Real value. It stores the Real value as its binary
encoding. It's up to the individual back-ends to convert it to their preferred
representation when printing.
Properties: 




File: lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
At: Tue 25 Jan 2011 13:34:34
Changed By: void
Comments: The floating point value is encoded in its binary form as an Imm. Convert it
appropriately so that it prints out the decimal representation.
Properties: 




File: lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
At: Tue 25 Jan 2011 13:54:56
Changed By: void
Comments: Revert 124230. It was causing test failures.Properties: 




LOGS:
Last 10 lines of 'stdio':
	XFAIL: LLVM :: FrontendC/2010-05-18-palignr.c (3602 of 5778)
	PASS: LLVM :: FrontendC/2010-05-26-AsmSideEffect.c (3603 of 5778)
	XFAIL: LLVM :: FrontendC/2010-05-31-palignr.c (3604 of 5778)
	PASS: LLVM :: FrontendC/2010-06-11-SaveExpr.c (3605 of 5778)
	XFAIL: LLVM :: FrontendC/2010-06-17-asmcrash.c (3606 of 5778)
	PASS: LLVM :: FrontendC/2010-06-28-DbgLocalVar.c (3607 of 5778)
	XFAIL: LLVM :: FrontendC/2010-06-28-nowarn.c (3608 of 5778)
	PASS: LLVM :: FrontendC/2010-07-08-DeclDebugLineNo.c (3609 of 5778)
	PASS: LLVM :: FrontendC/2010-07-14-overconservative-align.c (3610 of 5778)
	PASS: LLVM :: FrontendC/2010-07-14-ref-off-end.c (3611 of 5778)

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