[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Dec 21 13:43:30 PST 2010


The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/7204

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

Buildslave for this Build: smoosh-04

Build Reason: 
Build Source Stamp: 122356
Blamelist: dgregor,johannes,rafael

BUILD FAILED: failed buildit-llvmgcc42

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/clang/Basic/Builtins.h
 lib/Basic/Builtins.cpp
 lib/Sema/SemaDecl.cpp
 test/CodeGenCXX/builtins.cpp
At: Tue 21 Dec 2010 11:52:21
Changed By: dgregor
Comments: In C++, if the user redeclares a builtin function with a type that is
inconsistent with the type that the builtin *should* have, forget
about the builtin altogether: we don't want subsequence analyses,
CodeGen, etc., to think that we have a proper builtin function.

C is protected from errors here because it allows one to use a
library builtin without having a declaration, and detects inconsistent
(re-)declarations of builtins during declaration merging. C++ was
unprotected, and therefore would crash.

Fixes PR8839.
Properties: 




File: lib/CodeGen/SelectionDAG/DAGCombiner.cpp
At: Tue 21 Dec 2010 12:07:21
Changed By: johannes
Comments: Shift by the word size is invalid IR; don't create it.

Properties: 




Files:
 lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 test/CodeGen/X86/divide-by-constant.ll
At: Tue 21 Dec 2010 12:12:21
Changed By: johannes
Comments: Get the type of a shift from the shift, not from its shift
count operand.  These should be the same but apparently are
not always, and this is cleaner anyway.  This improves the
code in an existing test.

Properties: 




Files:
 lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 test/CodeGen/X86/x86-64-extend-shift.ll
At: Tue 21 Dec 2010 12:17:25
Changed By: johannes
Comments: Add a new transform to DAGCombiner.

Properties: 




Files:
 include/llvm/MC/MCAssembler.h
 lib/MC/MCAssembler.cpp
At: Tue 21 Dec 2010 12:42:21
Changed By: rafael
Comments: Don't relax org or align. They change size as the relaxation happens, but they
are not actually relaxed. For example, a section with only alignments will never
needs relaxation.Properties: 




LOGS:
Last 10 lines of 'stdio':
	            0x41b0b428: i64 = undef [ORD=3326] [ID=7]
	        0x419fab18: i32 = Constant<5000> [ORD=3332] [ID=10]
	    0x41b0e8f0: i64 = Constant<1759218605> [ID=26]
	  0x419fb8e8: i64 = Constant<63> [ID=28]
	make[2]: *** [tree-outof-ssa.o] Error 1
	make[2]: *** Waiting for unfinished jobs....
	rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gpl.pod gcc.pod
	make[1]: *** [all-gcc] Error 2
	+ exit 1
	make: *** [llvmgcc42] Error 1

Last 10 lines of 'warnings':
	warning: structure `ZipDirectory' used but not defined
	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




More information about the llvm-testresults mailing list