[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Mon Jan 17 22:13:20 PST 2011
The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/7604
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04
Build Reason:
Build Source Stamp: 123735
Blamelist: fpichet,kremenek,rafael,zwarich
BUILD FAILED: failed buildit-llvmgcc42
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/Analysis/DominanceFrontier.h
lib/VMCore/Dominators.cpp
At: Mon 17 Jan 2011 20:29:33
Changed By: zwarich
Comments: Remove some now-unused DominanceFrontier methods.
Properties:
File: examples/wpa/clang-wpa.cpp
At: Mon 17 Jan 2011 20:29:34
Changed By: kremenek
Comments: Get clang-wpa to build in TOT (reflecting updates
to the static analyzer).Properties:
File: lib/Transforms/IPO/GlobalOpt.cpp
At: Mon 17 Jan 2011 20:39:48
Changed By: rafael
Comments: Reduce indentation and remove commented out code.Properties:
File: lib/Transforms/Utils/PromoteMemoryToRegister.cpp
At: Mon 17 Jan 2011 20:44:33
Changed By: zwarich
Comments: Make a std::vector a SmallVector<*, 32> like the other vectors in the same
function. This seems to be about a 1.5% speedup of -scalarrepl on test-suite
with SPEC2000 and SPEC2006.
Properties:
File: lib/Transforms/Utils/PromoteMemoryToRegister.cpp
At: Mon 17 Jan 2011 20:54:33
Changed By: zwarich
Comments: Convert a std::map to a DenseMap for another 1.7% speedup on -scalarrepl.
Properties:
Files:
lib/Analysis/UninitializedValuesV2.cpp
test/Sema/uninit-variables.c
At: Mon 17 Jan 2011 20:59:37
Changed By: kremenek
Comments: Teach UninitializedValuesV2 about "int x = x" and
also properly handle confluence of loops.Properties:
Files:
lib/Analysis/UninitializedValuesV2.cpp
test/Sema/uninit-variables.c
At: Mon 17 Jan 2011 21:04:34
Changed By: kremenek
Comments: Correctly enable test/Sema/unit-variables.c,
thus identifying a minor logical flaw in
UninitializedValuesV2.cpp.Properties:
Files:
include/clang/Basic/DiagnosticSemaKinds.td
lib/CodeGen/CGExprCXX.cpp
lib/Parse/ParseExpr.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaOverload.cpp
test/CodeGenCXX/constructor-direct-call.cpp
test/Parser/MicrosoftExtensions.cpp
At: Mon 17 Jan 2011 21:09:34
Changed By: fpichet
Comments: Add support for explicit constructor calls in Microsoft mode.
For example:
class A{
public:
A& operator=(const A& that) {
if (this != &that) {
this->A::~A();
this->A::A(that); // <=== explicit constructor call.
}
return *this;
}
};
More work will be needed to support an explicit call to a template constructor.Properties:
LOGS:
Last 10 lines of 'stdio':
echo "\"treelang\", " >> tmp-gtyp.h
echo "NULL};" >> tmp-gtyp.h
/bin/sh /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/../move-if-change tmp-gtyp.h gtyp-gen.h
echo timestamp > s-gtyp-gen
rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gpl.pod gcc.pod
make[3]: *** [all-stage3-gcc] Error 2
make[2]: *** [stage3-bubble] Error 2
make[1]: *** [all] Error 2
+ exit 1
make: *** [llvmgcc42] Error 1
Last 10 lines of 'warnings':
warning: structure `c_switch' used but not defined
warning: structure `et_node' used but not defined
warning: structure `loop' used but not defined
warning: structure `ipa_reference_vars_info_d' used but not defined
warning: structure `reg_info_def' used but not defined
warning: structure `value_set' used but not defined
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/libgcc2.c:412: warning: control reaches end of non-void function
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/libgcc2.c:2045: warning: 'noreturn' function does return
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/libgcc2.c:412: warning: control reaches end of non-void function
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/libgcc2.c:2045: warning: 'noreturn' function does return
More information about the llvm-testresults
mailing list