[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Mon Mar 8 11:43:33 PST 2010
The Buildbot has detected a new failure of llvm-gcc-powerpc-darwin9 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/llvm-gcc-powerpc-darwin9/builds/1282
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-14.apple.com
Build Reason:
Build Source Stamp: 97959
Blamelist: dgregor,lattner
BUILD FAILED: failed test.llvm.stage2 compile.llvm-gcc.stage2
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: utils/TableGen/CodeGenDAGPatterns.cpp
At: Mon 08 Mar 2010 10:39:24
Changed By: lattner
Comments: Node arguments to type casts can have names too. This code
needs to be majorly refactored, but this spot bugfix allows
things like:
def vmrghw_shuffle : PatFrag<(ops node:$lhs, node:$rhs),
(vector_shuffle (v4i32 node:$lhs), node:$rhs), [{
...
Properties:
File: lib/Target/PowerPC/PPCInstrAltivec.td
At: Mon 08 Mar 2010 10:44:24
Changed By: lattner
Comments: Fix a bunch of ambiguous patterns which tblgen happens to infer types
for, due to a bug.
Properties:
Files:
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/ARMInstrVFP.td
At: Mon 08 Mar 2010 10:54:24
Changed By: lattner
Comments: fix a bunch of partially ambiguous patterns on ARM. As an
example, this:
(set DPR:$dst, (fsub (fneg (fmul DPR:$a, DPR:$b)), DPR:$dstin))
is ambiguous because DPR contains both f64 and v2f32. tblgen
currently accidentally picks f64 because it's first in the
regclass.
Properties:
Files:
lib/Target/SystemZ/SystemZInstrInfo.td
lib/Target/SystemZ/SystemZOperands.td
At: Mon 08 Mar 2010 10:54:24
Changed By: lattner
Comments: fix a type compatibility bug. imm is i32 in the input
pattern, not i64.
Properties:
Files:
include/clang/Frontend/DeclXML.def
lib/Frontend/DeclXML.cpp
At: Mon 08 Mar 2010 10:54:24
Changed By: dgregor
Comments: Improve XML output for C++ classes, from Olaf Krzikalla!
Properties:
Files:
lib/Target/X86/X86Instr64bit.td
lib/Target/X86/X86InstrInfo.td
At: Mon 08 Mar 2010 10:59:24
Changed By: lattner
Comments: Correct immediate sizes.
Properties:
Files:
lib/Target/X86/X86InstrMMX.td
lib/Target/X86/X86InstrSSE.td
At: Mon 08 Mar 2010 10:59:24
Changed By: lattner
Comments: fix some more ambiguous patterns, remove another nontemporalstore
pattern which is broken (source and address swapped).
Properties:
Files:
lib/Target/CellSPU/CellSDKIntrinsics.td
lib/Target/CellSPU/SPUInstrInfo.td
lib/Target/CellSPU/SPUMathInstr.td
lib/Target/CellSPU/SPUNodes.td
At: Mon 08 Mar 2010 11:04:24
Changed By: lattner
Comments: disambiguate some types, add a fixme about some
inconsistent intrinsics.
Properties:
LOGS:
Last 10 lines of 'stdio':
LLVM :: FrontendC/2009-02-17-BitField-dbg.c
LLVM :: FrontendC/2010-02-10-PointerName.c
LLVM :: FrontendC/2010-02-18-Dbg-VectorType.c
Expected Passes : 4991
Expected Failures : 35
Unsupported Tests : 64
Unexpected Failures: 5
make[1]: *** [check-local-lit] Error 1
make: *** [check-lit] Error 2
Last 10 lines of 'fail':
LLVM :: FrontendC++/2006-09-27-Debug-Protection.cpp
LLVM :: FrontendC++/2006-11-30-Pubnames.cpp
LLVM :: FrontendC/2009-02-17-BitField-dbg.c
LLVM :: FrontendC/2010-02-10-PointerName.c
LLVM :: FrontendC/2010-02-18-Dbg-VectorType.c
Last 10 lines of 'xfail':
LLVM :: FrontendC/Atomics.c
LLVM :: FrontendC/pr5406.c
LLVM :: LLVMC/MultiplePluginPriorities.td
LLVM :: LLVMC/OutputSuffixHook.td
LLVM :: MC/AsmParser/directive_lsym.s
LLVM :: MC/AsmParser/exprs-invalid.s
LLVM :: Transforms/GVN/rle-no-phi-translate.ll
LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll
LLVM :: Transforms/TailCallElim/nocapture.ll
LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
Last 10 lines of 'unsupported':
LLVM :: FrontendObjC/2009-04-27-bitfield-vs-ivar.m
LLVM :: FrontendObjC/2009-04-28-bitfield-vs-vbc.m
LLVM :: FrontendObjC/2009-08-05-utf16.m
LLVM :: FrontendObjC/2009-08-17-DebugInfo.m
LLVM :: FrontendObjC/2009-11-30-Objc-ID.m
LLVM :: FrontendObjC/2010-02-01-utf16-with-null.m
LLVM :: FrontendObjC/2010-02-11-fwritable-stringsBug.m
LLVM :: FrontendObjC/2010-02-23-DbgInheritance.m
LLVM :: LLVMC/ObjC++/hello.mm
LLVM :: LLVMC/ObjC/hello.m
Last 10 lines of '2006-09-27-debug-protection.cpp':
Exit Code: 1
Command Output (stdout):
--
--
Command Output (stderr):
--
--
********************
Last 10 lines of '2006-11-30-pubnames.cpp':
--
Command Output (stderr):
--
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC++/Output/2006-11-30-Pubnames.cpp.tmp.in:3: Error in sourced command file:
No symbol "Pubnames" in current context.
--
********************
Last 10 lines of '2009-02-17-bitfield-dbg.c':
--
Command Output (stderr):
--
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC/Output/2009-02-17-BitField-dbg.c.tmp2:1: Error in sourced command file:
No symbol "mystruct" in current context.
--
********************
Last 10 lines of '2010-02-10-pointername.c':
Exit Code: 1
Command Output (stdout):
--
--
Command Output (stderr):
--
--
********************
Last 10 lines of '2010-02-18-dbg-vectortype.c':
Exit Code: 1
Command Output (stdout):
--
--
Command Output (stderr):
--
--
********************
Last 10 lines of 'stdio':
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gccbug
config.status: creating mklibgcc
config.status: creating libada-mk
config.status: creating ada/Makefile
config.status: creating auto-host.h
config.status: executing default commands
make[1]: *** [stage1-bubble] Error 2
make: *** [all] Error 2
More information about the llvm-testresults
mailing list