[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9

daniel_dunbar at apple.com daniel_dunbar at apple.com
Fri Jan 7 14:06:31 PST 2011


The Buildbot has detected a new failure of llvm-gcc-i386-darwin9 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/llvm-gcc-i386-darwin9/builds/12472

Buildbot URL: http://smooshlab.apple.com:8010/

Buildslave for this Build: smoosh-03.apple.com

Build Reason: 
Build Source Stamp: 123036
Blamelist: bwilson,dpatel,evancheng,grosser

BUILD FAILED: failed compile.llvm-gcc.stage1

sincerely,
 -The Buildbot


================================================================================

CHANGES:
Files:
 lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 lib/CodeGen/LiveDebugVariables.cpp
 test/CodeGen/X86/2010-05-26-DotDebugLoc.ll
 test/CodeGen/X86/2010-05-28-Crash.ll
 test/CodeGen/X86/dbg-value-range.ll
At: Fri 07 Jan 2011 13:35:51
Changed By: dpatel
Comments: Appropriately truncate debug info range in dwarf output.
Enable live debug variables pass.
Properties: 




File: lib/Transforms/InstCombine/InstCombineSelect.cpp
At: Fri 07 Jan 2011 13:40:51
Changed By: grosser
Comments: Some whitespace fixesProperties: 




Files:
 lib/Transforms/InstCombine/InstCombineSelect.cpp
 test/Transforms/InstCombine/select.ll
At: Fri 07 Jan 2011 13:40:51
Changed By: grosser
Comments: InstCombine: Match min/max hidden by sext/zext

X = sext x; x >s c ? X : C+1 --> X = sext x; X <s C+1 ? C+1 : X
X = sext x; x <s c ? X : C-1 --> X = sext x; X >s C-1 ? C-1 : X
X = zext x; x >u c ? X : C+1 --> X = zext x; X <u C+1 ? C+1 : X
X = zext x; x <u c ? X : C-1 --> X = zext x; X >u C-1 ? C-1 : X
X = sext x; x >u c ? X : C+1 --> X = sext x; X <u C+1 ? C+1 : X
X = sext x; x <u c ? X : C-1 --> X = sext x; X >u C-1 ? C-1 : X

Instead of calculating this with mixed types promote all to the
larger type. This enables scalar evolution to analyze this
expression. PR8866Properties: 




Files:
 lib/Target/ARM/ARMISelLowering.cpp
 lib/Target/ARM/ARMISelLowering.h
 test/CodeGen/ARM/vext.ll
At: Fri 07 Jan 2011 13:40:51
Changed By: bwilson
Comments: Lower some BUILD_VECTORS using VEXT+shuffle.
Patch by Tim Northover.Properties: 




File: include/llvm/CodeGen/ISDOpcodes.h
At: Fri 07 Jan 2011 13:45:53
Changed By: evancheng
Comments: Fix comment. INLINEASM node operand #3 is IsAlignStack bit.Properties: 




LOGS:
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/./_powixf2.o] Error 1
	make[4]: *** Waiting for unfinished jobs....
	make[3]: *** [stmp-multilib] Error 2
	rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gpl.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':
	warning: structure `VEC_cp_token_position_heap' used but not defined
	warning: structure `pointer_set_t' used but not defined
	warning: structure `c_arg_info' used but not defined
	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
	../../llvm-gcc.src/gcc/sched-vis.c:628: warning: no previous prototype for 'print_insn'




More information about the llvm-testresults mailing list