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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Jun 16 02:07:40 PDT 2010


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

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

Buildslave for this Build: smoosh-02

Build Reason: 
Build Source Stamp: 106093
Blamelist: rjmccall

BUILD FAILED: failed compile.llvm.stage2

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Sema/Lookup.h
 lib/Sema/Sema.h
 lib/Sema/SemaDecl.cpp
 lib/Sema/SemaDeclCXX.cpp
 lib/Sema/SemaExpr.cpp
 lib/Sema/SemaOverload.cpp
 lib/Sema/SemaTemplate.cpp
 lib/Sema/TreeTransform.h
 test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p12.cpp
 test/SemaCXX/member-expr.cpp
At: Wed 16 Jun 2010 01:44:54
Changed By: rjmccall
Comments: Fix a point of semantics with using declaration hiding:  method templates
introduced by using decls are hidden even if their template parameter lists
or return types differ from the "overriding" declaration.

Propagate using shadow declarations around more effectively when looking up
template-ids.  Reperform lookup for template-ids in member expressions so that
access control is properly set up.

Fix some number of latent bugs involving template-ids with totally invalid
base types.  You can only actually get these with a scope specifier, since
otherwise the template-id won't parse as a template-id.

Fixes PR7384.

Properties: 




LOGS:
Last 10 lines of 'stdio':
	llvm[2]: ======= Finished Linking Release Executable llvm-ld (without symbols)
	llvm[2]: Compiling Disassembler.cpp for Release build
	llvm[2]: Compiling llvm-mc.cpp for Release build
	llvm[2]: Linking Release executable opt (without symbols)
	llvm[2]: ======= Finished Linking Release Executable opt (without symbols)
	llvm[2]: Linking Release executable bugpoint (without symbols)
	llvm[2]: ======= Finished Linking Release Executable bugpoint (without symbols)
	llvm[2]: Linking Release executable llvm-mc (without symbols)
	llvm[2]: ======= Finished Linking Release Executable llvm-mc (without symbols)
	make: *** [all] Error 1

Last 10 lines of 'warnings':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/include/llvm/Analysis/IntervalIterator.h:91:35: warning: 'typename' refers to a non-dependent type name; accepted as a C++0x extension [-pedantic]
	1 warning generated.
	clang: warning: argument unused during compilation: '-avoid-version'
	clang: warning: argument unused during compilation: '-no-undefined'
	clang: warning: argument unused during compilation: '-avoid-version'
	clang: warning: argument unused during compilation: '-no-undefined'




More information about the llvm-testresults mailing list