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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Mon Nov 15 13:38:05 PST 2010


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/11000

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

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

Build Reason: 
Build Source Stamp: 119185
Blamelist: echristo,kremenek,resistor,stoklund

BUILD FAILED: failed compile.llvm-gcc.stage1

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/clang/AST/ParentMap.h
 lib/AST/ParentMap.cpp
At: Mon 15 Nov 2010 12:58:10
Changed By: kremenek
Comments: Add method ParentMap::addStmt().Properties: 




Files:
 lib/CodeGen/InlineSpiller.cpp
 test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll
At: Mon 15 Nov 2010 13:03:42
Changed By: stoklund
Comments: When spilling a register defined by an early clobber, make sure that the new
live ranges for the spill register are also defined at the use slot instead of
the normal def slot.

This fixes PR8612 for the inline spiller. A use was being allocated to the same
register as a spilled early clobber def.

This problem exists in all the spillers. A fix for the standard spiller is
forthcoming.Properties: 




Files:
 lib/CodeGen/LiveIntervalAnalysis.cpp
 test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll
At: Mon 15 Nov 2010 13:03:42
Changed By: stoklund
Comments: Fix PR8612 in the standard spiller as well.

The live range of a register defined by an early clobber starts at the use slot,
not the def slot.Properties: 




Files:
 lib/Target/ARM/ARMFastISel.cpp
 test/CodeGen/ARM/fast-isel.ll
At: Mon 15 Nov 2010 13:17:40
Changed By: echristo
Comments: Recommit this change and remove the failing part of the test - it didn't
pass in the first place and was masked by earlier failures not warning
and aborting the block.
Properties: 




Files:
 lib/Target/ARM/ARMInstrThumb2.td
 test/MC/ARM/thumb2.s
At: Mon 15 Nov 2010 13:17:40
Changed By: resistor
Comments: Provide Thumb2 encodings for sxtb and friends.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	../../llvm-gcc.src/gcc/libgcc2.c:1088: internal compiler error: Abort trap
	Please submit a full bug report,
	with preprocessed source if appropriate.
	See <URL:http://llvm.org/bugs/> for instructions.
	make[4]: *** [libgcc/./_udivmoddi4.o] Error 1
	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