[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Mon Apr 19 16:40:03 PDT 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/2204
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-14.apple.com
Build Reason:
Build Source Stamp: 101830
Blamelist: dgregor,djg,johnny
BUILD FAILED: failed test.llvm.stage1 compile.llvm-gcc.stage1
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/Sema/SemaDecl.cpp
test/SemaCXX/storage-class.cpp
At: Mon 19 Apr 2010 15:38:43
Changed By: dgregor
Comments: Only suppress the "extern variable has an initializer" warning when the extern entity being initialized is const.
Properties:
Files:
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
At: Mon 19 Apr 2010 15:43:42
Changed By: djg
Comments: Eliminate the CurMBB member from SelectionDAGBuilder. For places that
need it, just pass around the parent block of the current instruction
explicitly.
Properties:
File: lib/Target/Sparc/SparcISelDAGToDAG.cpp
At: Mon 19 Apr 2010 15:53:42
Changed By: djg
Comments: Delete an unnecessary reference to SelectionDAGISel::BB.
Properties:
Files:
include/llvm/CodeGen/SelectionDAGISel.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
At: Mon 19 Apr 2010 15:53:42
Changed By: djg
Comments: Eliminate SelectionDAGISel's "current block" member. Just pass it as
an argument to things that need it.
Properties:
Files:
include/clang/AST/Decl.h
include/clang/AST/DeclCXX.h
include/clang/AST/DeclTemplate.h
include/clang/Parse/DeclSpec.h
lib/AST/ASTImporter.cpp
lib/AST/Decl.cpp
lib/AST/DeclCXX.cpp
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGClass.cpp
lib/Frontend/PCHReaderDecl.cpp
lib/Frontend/PCHWriterDecl.cpp
lib/Frontend/RewriteObjC.cpp
lib/Parse/DeclSpec.cpp
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaObjCProperty.cpp
lib/Sema/SemaTemplateInstantiate.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
lib/Sema/TreeTransform.h
At: Mon 19 Apr 2010 15:58:43
Changed By: dgregor
Comments: Keep track of the actual storage specifier written on a variable or
function declaration, since it may end up being changed (e.g.,
"extern" can become "static" if a prior declaration was static). Patch
by Enea Zaffanella and Paolo Bolzoni.
Properties:
Files:
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
lib/Target/ARM/Disassembler/ARMDisassembler.h
lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp
At: Mon 19 Apr 2010 16:08:42
Changed By: johnny
Comments: Better error handling of invalid IT mask '0000', instead of just asserting.
Properties:
Files:
lib/CodeGen/AggressiveAntiDepBreaker.cpp
lib/CodeGen/AggressiveAntiDepBreaker.h
lib/CodeGen/AntiDepBreaker.h
lib/CodeGen/CriticalAntiDepBreaker.cpp
lib/CodeGen/CriticalAntiDepBreaker.h
At: Mon 19 Apr 2010 16:13:42
Changed By: djg
Comments: Make BreakAntiDependencies' SUnits argument const, and make the Begin
and End arguments by-value rather than by-reference.
Properties:
LOGS:
Last 10 lines of 'stdio':
Failing Tests (2):
LLVM :: CodeGen/X86/2008-07-11-SpillerBug.ll
LLVM :: CodeGen/X86/stack-color-with-reg-2.ll
Expected Passes : 4646
Expected Failures : 31
Unsupported Tests : 515
Unexpected Failures: 2
make[1]: *** [check-local-lit] Error 1
make: *** [check-lit] Error 2
Last 10 lines of 'fail':
LLVM :: CodeGen/X86/2008-07-11-SpillerBug.ll
LLVM :: CodeGen/X86/stack-color-with-reg-2.ll
Last 10 lines of 'xfail':
LLVM :: MC/AsmParser/X86/x86_32-bit_cat.s
LLVM :: MC/AsmParser/X86/x86_32-encoding.s
LLVM :: MC/AsmParser/X86/x86_32-mismatched-add.s
LLVM :: MC/AsmParser/directive_lsym.s
LLVM :: MC/AsmParser/exprs-invalid.s
LLVM :: Transforms/DeadArgElim/deadexternal.ll
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 :: LLVMC/C++/hello.cpp
LLVM :: LLVMC/C++/together.cpp
LLVM :: LLVMC/C/emit-llvm.c
LLVM :: LLVMC/C/hello.c
LLVM :: LLVMC/C/include.c
LLVM :: LLVMC/C/opt-test.c
LLVM :: LLVMC/C/sink.c
LLVM :: LLVMC/C/wall.c
LLVM :: LLVMC/ObjC++/hello.mm
LLVM :: LLVMC/ObjC/hello.m
Last 10 lines of '2008-07-11-spillerbug.ll':
<stdin>:27:2: note: 'next' match was here
movl %edi, %ebx
^
<stdin>:13:16: note: previous match was here
andl $65534, %esi
^
--
********************
Last 10 lines of 'stack-color-with-reg-2.ll':
Exit Code: 1
Command Output (stdout):
--
--
Command Output (stderr):
--
--
********************
Last 10 lines of 'stdio':
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.org/bugs/> for instructions.
make[4]: *** [libgcc/ppc64/_powitf2.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [stmp-multilib] Error 2
rm gpl.pod fsf-funding.pod gcov.pod gfdl.pod cpp.pod gcc.pod
make[2]: *** [all-stage1-gcc] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [all] Error 2
Last 10 lines of 'warnings':
../../llvm-gcc.src/gcc/config/rs6000/altivec.md:1755: warning: operand 3 missing mode?
../../llvm-gcc.src/gcc/config/rs6000/altivec.md:1768: warning: operand 3 missing mode?
../../llvm-gcc.src/gcc/config/rs6000/altivec.md:1781: warning: operand 3 missing mode?
../../llvm-gcc.src/gcc/config/rs6000/altivec.md:1794: warning: operand 3 missing mode?
../../llvm-gcc.src/gcc/config/rs6000/altivec.md:1807: warning: operand 3 missing mode?
../../llvm-gcc.src/gcc/config/rs6000/altivec.md:1882: warning: operand 1 missing mode?
../../llvm-gcc.src/gcc/config/rs6000/altivec.md:1889: warning: operand 1 missing mode?
../../llvm-gcc.src/gcc/config/rs6000/altivec.md:2195: warning: destination missing a mode?
../../llvm-gcc.src/gcc/config/rs6000/altivec.md:2195: warning: operand 0 missing mode?
../../llvm-gcc.src/gcc/sched-vis.c:628: warning: no previous prototype for 'print_insn'
More information about the llvm-testresults
mailing list