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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue May 25 18:28:36 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/2805

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

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

Build Reason: 
Build Source Stamp: 104655
Blamelist: sliao,stoklund,void

BUILD FAILED: failed compile.llvm-gcc.stage1

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/Target/ARM/ARMCodeEmitter.cpp
At: Tue 25 May 2010 17:30:36
Changed By: sliao
Comments: Adding the missing implementation of Bitfield's "clear" and "insert".
Fixing http://llvm.org/bugs/show_bug.cgi?id=7222.
Properties: 




Files:
 include/llvm/Target/Target.td
 lib/Target/ARM/ARMRegisterInfo.td
 lib/Target/Blackfin/BlackfinRegisterInfo.td
 lib/Target/MBlaze/MBlazeRegisterInfo.td
 lib/Target/MSP430/MSP430RegisterInfo.td
 lib/Target/Mips/MipsRegisterInfo.td
 lib/Target/PowerPC/PPCRegisterInfo.td
 lib/Target/Sparc/SparcRegisterInfo.td
 lib/Target/SystemZ/SystemZRegisterInfo.td
 lib/Target/X86/X86RegisterInfo.td
 utils/TableGen/RegisterInfoEmitter.cpp
At: Tue 25 May 2010 17:35:44
Changed By: stoklund
Comments: Replace the SubRegSet tablegen class with a less error-prone mechanism.

A Register with subregisters must also provide SubRegIndices for adressing the
subregisters. TableGen automatically inherits indices for sub-subregisters to
minimize typing.

CompositeIndices may be specified for the weirder cases such as the XMM sub_sd
index that returns the same register, and ARM NEON Q registers where both D
subregs have ssub_0 and ssub_1 sub-subregs.

It is now required that all subregisters are named by an index, and a future
patch will also require inherited subregisters to be named. This is necessary to
allow composite subregister indices to be reduced to a single index.Properties: 




Files:
 include/llvm/CodeGen/MachineFunction.h
 lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
 lib/CodeGen/StackSlotColoring.cpp
At: Tue 25 May 2010 17:35:44
Changed By: void
Comments: Dale and Evan suggested putting the "check for setjmp" much earlier in the
machine code generation. That's a good idea, so I made it so.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	./ipa-reference.o differs
	./pretty-print.o differs
	./simplify-rtx.o differs
	./tree-mudflap.o differs
	./tree-ssa-forwprop.o differs
	./tree-vect-transform.o differs
	./value-prof.o differs
	make[2]: *** [compare] Error 1
	make[1]: *** [stage3-bubble] Error 2
	make: *** [all] Error 2

Last 10 lines of 'warnings':
	ld warning: can't add line info to anonymous symbol ___error from libbackend.a(tree-dump.o)
	ld warning: can't add line info to anonymous symbol ___error from libbackend.a(tree-dump.o)
	ld warning: can't add line info to anonymous symbol _ceil_log2 from libbackend.a(tree-phinodes.o)
	ld warning: can't add line info to anonymous symbol _ceil_log2 from libbackend.a(tree-phinodes.o)
	ld warning: can't add line info to anonymous symbol _adjust_address_1 from libbackend.a(rtlhooks.o)
	ld warning: can't add line info to anonymous symbol _adjust_address_1 from libbackend.a(rtlhooks.o)
	../../llvm-gcc.src/gcc/libgcc2.c:412: warning: control reaches end of non-void function
	../../llvm-gcc.src/gcc/libgcc2.c:2045: warning: 'noreturn' function does return
	warning: ./cc1-checksum.o differs
	warning: ./cc1plus-checksum.o differs




More information about the llvm-testresults mailing list