[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Thu Apr 22 20:03:20 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/1551
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 102163
Blamelist: andersca,dgregor
BUILD FAILED: failed compile.llvm.stage2
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/Sema/SemaDeclCXX.cpp
At: Thu 22 Apr 2010 19:05:06
Changed By: andersca
Comments: Remove calls to isDependentContext, since we handle that case earlier in the code. Make BuildImplicitBaseInitializer return a boolean instead.Properties:
Files:
lib/CodeGen/CGDecl.cpp
test/CodeGenCXX/namespace-aliases.cpp
At: Thu 22 Apr 2010 19:05:06
Changed By: dgregor
Comments: I hate default statements. Fixes PR6874.
Properties:
Files:
lib/Parse/ParseExpr.cpp
test/SemaCXX/qualified-id-lookup.cpp
At: Thu 22 Apr 2010 19:10:00
Changed By: dgregor
Comments: When parsing a cast-expression that starts with a scope annotation,
try to annotate as a type first to determine whether we have a
functional-style cast. Patch by Eli Friedman, fixes PR6830.
Properties:
Files:
lib/Sema/SemaDeclCXX.cpp
test/SemaCXX/illegal-member-initialization.cpp
At: Thu 22 Apr 2010 19:20:00
Changed By: andersca
Comments: Factor code to initialize an implicit member out into a separate function.Properties:
Files:
include/clang/Basic/DiagnosticSemaKinds.td
test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p4.cpp
test/Sema/block-misc.c
test/SemaCXX/default-assignment-operator.cpp
test/SemaCXX/default-constructor-initializers.cpp
test/SemaCXX/illegal-member-initialization.cpp
test/SemaCXX/overloaded-operator.cpp
test/SemaCXX/value-initialization.cpp
test/SemaObjC/property-typecheck-1.m
At: Thu 22 Apr 2010 19:25:00
Changed By: andersca
Comments: Change the 'declared at' diagnostic to say 'declared here'.Properties:
LOGS:
Last 10 lines of 'stdio':
llvm[4]: Compiling TemplateBase.cpp for Release build
llvm[4]: Compiling TemplateName.cpp for Release build
llvm[4]: Compiling Type.cpp for Release build
llvm[4]: Compiling TypeLoc.cpp for Release build
llvm[4]: Compiling TypePrinter.cpp for Release build
llvm[4]: Building Release Archive Library libclangAST.a
llvm[4]: Building Release Archive Library libclangCodeGen.a
make[2]: *** [all] Error 1
make[1]: *** [clang/.makeall] Error 2
make: *** [all] Error 1
Last 10 lines of 'warnings':
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