[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Tue Apr 6 16:17:26 PDT 2010
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/2868
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04
Build Reason:
Build Source Stamp: 100574
Blamelist: bwilson,johannes,kremenek,rjmccall
BUILD FAILED: failed test-llvm
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: gcc/c-parser.c
At: Tue 06 Apr 2010 15:01:10
Changed By: bwilson
Comments: Disable the "ISO C forbids braced-groups within expressions" pedantic
warning. This is needed for llvm's implementation of the ARM NEON intrinsics,
which use macros with statements expressions instead of inline functions.
This warning made is impossible to compile NEON intrinsics with "-pedantic
-Werror". Radar 7833512.
Properties:
File: lib/CodeGen/SelectionDAG/InstrEmitter.cpp
At: Tue 06 Apr 2010 15:01:11
Changed By: johannes
Comments: Allow for the possibility that a debug-value points
to a SDNode that didn't have code generated for it.
Properties:
File: lib/Target/ARM/ARMISelLowering.cpp
At: Tue 06 Apr 2010 15:06:06
Changed By: bwilson
Comments: Expand SELECT and SELECT_CC for NEON vector types.
Radar 7770501.
Properties:
Files:
lib/Checker/MemRegion.cpp
test/Analysis/misc-ps-region-store.m
At: Tue 06 Apr 2010 15:11:06
Changed By: kremenek
Comments: Teach MemRegion::getBaseRegion() about ObjCIvarRegions. We want to treat
them the same way as fields. This fixes a regression in RegionStore::RemoveDeadbindings()
that emerged from going to the cluster-based analysis.Properties:
Files:
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
At: Tue 06 Apr 2010 15:26:06
Changed By: johannes
Comments: Move printing of DEBUG_VALUE comments to target-independent place.
There is probably a more elegant way to do this.
Properties:
Files:
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaStmt.cpp
test/Sema/unused-expr.c
At: Tue 06 Apr 2010 15:26:06
Changed By: rjmccall
Comments: Devote a special diagnostic to the typo
(void*) someFunction(5, 10, 15, 20);
where the cast is presumably meant to be to 'void'.
Properties:
LOGS:
Last 10 lines of 'stdio':
Running /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/Transforms/TailDup/dg.exp ...
Running /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/Verifier/dg.exp ...
=== Summary ===
# of expected passes 4821
# of unexpected failures 12
# of expected failures 40
make[1]: *** [check-local] Error 1
make: *** [check] Error 2
Last 10 lines of 'fails':
FAIL: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/FrontendC++/2006-11-30-Pubnames.cpp
FAIL: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp for PR4025
FAIL: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/FrontendC++/2009-07-15-LineNumbers.cpp
FAIL: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/FrontendObjC/2009-08-17-DebugInfo.m
FAIL: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/FrontendObjC/2009-11-30-Objc-ID.m
More information about the llvm-testresults
mailing list