[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Mar 3 15:21:24 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/191
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-11.apple.com
Build Reason:
Build Source Stamp: 97674
Blamelist: dgregor
BUILD FAILED: failed make.test-suite
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/Sema/Sema.h
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/TreeTransform.h
test/CXX/class.derived/class.member.lookup/p8.cpp
At: Wed 03 Mar 2010 14:53:57
Changed By: dgregor
Comments: Implement disambiguation of base class members via a
nested-name-specifier. For example, this allows member access in
diamond-shaped hierarchies like:
struct Base {
void Foo();
int Member;
};
struct D1 : public Base {};
struct D2 : public Base {};
struct Derived : public D1, public D2 { }
void Test(Derived d) {
d.Member = 17; // error: ambiguous cast from Derived to Base
d.D1::Member = 17; // error: okay, modify D1's Base's Member
}
Fixes PR5820 and <rdar://problem/7535045>. Also, eliminate some
redundancy between Sema::PerformObjectMemberConversion() and
Sema::PerformObjectArgumentInitialization() -- the latter now calls
the former.
Properties:
LOGS:
Last 10 lines of 'stdio':
SingleSource/UnitTests/Vector/SSE/sse.shift | 0.0249 880 0.0145 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/SSE/sse.stepfft | 0.4513 8448 0.4005 * * | 0.7400 * 0.6800 * * | n/a 1.09 n/a n/a
SingleSource/UnitTests/Vector/build | 0.0150 1072 0.0253 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/build2 | 0.0754 1520 0.0426 * * | 1.1600 * 1.6300 * * | n/a 0.71 n/a n/a
SingleSource/UnitTests/Vector/divides | 0.0183 720 0.0111 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/multiplies | 0.1048 2064 0.1037 * * | 0.5400 * 1.4100 * * | n/a 0.38 n/a n/a
SingleSource/UnitTests/Vector/simple | 0.0368 1664 0.0452 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/sumarray | 0.0257 1072 0.0283 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/sumarray-dbl | 0.0261 1088 0.0302 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/printargs | 0.0134 832 0.0247 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
Last 10 lines of 'report':
SingleSource/UnitTests/Vector/SSE/sse.shift | 0.0249 880 0.0145 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/SSE/sse.stepfft | 0.4513 8448 0.4005 * * | 0.7400 * 0.6800 * * | n/a 1.09 n/a n/a
SingleSource/UnitTests/Vector/build | 0.0150 1072 0.0253 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/build2 | 0.0754 1520 0.0426 * * | 1.1600 * 1.6300 * * | n/a 0.71 n/a n/a
SingleSource/UnitTests/Vector/divides | 0.0183 720 0.0111 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/multiplies | 0.1048 2064 0.1037 * * | 0.5400 * 1.4100 * * | n/a 0.38 n/a n/a
SingleSource/UnitTests/Vector/simple | 0.0368 1664 0.0452 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/sumarray | 0.0257 1072 0.0283 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/sumarray-dbl | 0.0261 1088 0.0302 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/printargs | 0.0134 832 0.0247 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
Last 10 lines of 'fail.GCCAS':
GCCAS.MultiSource/Applications/kimwitu++/kc
GCCAS.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4
GCCAS.SingleSource/Benchmarks/Misc-C++/ray
GCCAS.SingleSource/Benchmarks/Misc-C++/stepanov_container
GCCAS.SingleSource/Benchmarks/Shootout-C++/lists
GCCAS.SingleSource/Benchmarks/Shootout-C++/lists1
GCCAS.SingleSource/Benchmarks/Shootout-C++/sieve
Last 10 lines of 'fail.Bytecode':
Bytecode.MultiSource/Applications/kimwitu++/kc
Bytecode.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4
Bytecode.SingleSource/Benchmarks/Misc-C++/ray
Bytecode.SingleSource/Benchmarks/Misc-C++/stepanov_container
Bytecode.SingleSource/Benchmarks/Shootout-C++/lists
Bytecode.SingleSource/Benchmarks/Shootout-C++/lists1
Bytecode.SingleSource/Benchmarks/Shootout-C++/sieve
Last 10 lines of 'fail.LLC':
LLC.MultiSource/Applications/kimwitu++/kc
LLC.SingleSource/Benchmarks/Misc-C++/ray
LLC.SingleSource/Benchmarks/Misc-C++/stepanov_container
LLC.SingleSource/Benchmarks/Shootout-C++/lists
LLC.SingleSource/Benchmarks/Shootout-C++/lists1
LLC.SingleSource/Benchmarks/Shootout-C++/sieve
Last 10 lines of 'fail.LLC_compile':
LLC_compile.MultiSource/Applications/kimwitu++/kc
LLC_compile.SingleSource/Benchmarks/Misc-C++/ray
LLC_compile.SingleSource/Benchmarks/Misc-C++/stepanov_container
LLC_compile.SingleSource/Benchmarks/Shootout-C++/lists
LLC_compile.SingleSource/Benchmarks/Shootout-C++/lists1
LLC_compile.SingleSource/Benchmarks/Shootout-C++/sieve
Last 10 lines of 'xfail.GCCAS':
GCCAS.MultiSource/Applications/hbd/hbd
GCCAS.MultiSource/Applications/lua/lua
GCCAS.MultiSource/Applications/minisat/minisat
GCCAS.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore
GCCAS.SingleSource/UnitTests/ObjC/dot-syntax
GCCAS.SingleSource/UnitTests/ObjC/parameter-passing
Last 10 lines of 'xfail.LLC':
LLC.MultiSource/Applications/minisat/minisat
LLC.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4
LLC.SingleSource/Regression/C++/EH/ConditionalExpr
LLC.SingleSource/Regression/C++/EH/ctor_dtor_count-2
LLC.SingleSource/Regression/C++/EH/function_try_block
LLC.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore
LLC.SingleSource/UnitTests/ObjC/dot-syntax
LLC.SingleSource/UnitTests/ObjC/dot-syntax-2
LLC.SingleSource/UnitTests/ObjC/exceptions
LLC.SingleSource/UnitTests/ObjC/parameter-passing
Last 10 lines of 'xfail.LLC_compile':
LLC_compile.MultiSource/Applications/minisat/minisat
LLC_compile.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4
LLC_compile.SingleSource/Regression/C++/EH/ConditionalExpr
LLC_compile.SingleSource/Regression/C++/EH/ctor_dtor_count-2
LLC_compile.SingleSource/Regression/C++/EH/function_try_block
LLC_compile.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore
LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax
LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax-2
LLC_compile.SingleSource/UnitTests/ObjC/exceptions
LLC_compile.SingleSource/UnitTests/ObjC/parameter-passing
Last 10 lines of 'xfail.Bytecode':
Bytecode.MultiSource/Applications/hbd/hbd
Bytecode.MultiSource/Applications/lua/lua
Bytecode.MultiSource/Applications/minisat/minisat
Bytecode.SingleSource/UnitTests/2006-12-04-DynAllocAndRestore
Bytecode.SingleSource/UnitTests/ObjC/dot-syntax
Bytecode.SingleSource/UnitTests/ObjC/parameter-passing
Last 10 lines of 'xpass.GCCAS':
GCCAS.MultiSource/Benchmarks/Bullet/bullet
GCCAS.MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl
Last 10 lines of 'xpass.LLC':
LLC.MultiSource/Benchmarks/Bullet/bullet
LLC.MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl
LLC.SingleSource/Benchmarks/CoyoteBench/fftbench
LLC.SingleSource/Benchmarks/Shootout-C++/moments
Last 10 lines of 'xpass.LLC_compile':
LLC_compile.MultiSource/Benchmarks/Bullet/bullet
LLC_compile.MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl
LLC_compile.SingleSource/Benchmarks/CoyoteBench/fftbench
LLC_compile.SingleSource/Benchmarks/Shootout-C++/moments
Last 10 lines of 'xpass.Bytecode':
Bytecode.MultiSource/Benchmarks/Bullet/bullet
Bytecode.MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl
More information about the llvm-testresults
mailing list