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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Dec 21 13:51:17 PST 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/4743

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

Buildslave for this Build: spang.apple.com

Build Reason: 
Build Source Stamp: 122355
Blamelist: dgregor,johannes

BUILD FAILED: failed compile.llvm-gcc.stage1

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 test/Index/Inputs/get-cursor-includes-1.h
 test/Index/Inputs/get-cursor-includes-2.h
 test/Index/get-cursor-includes.c
 tools/libclang/CIndex.cpp
At: Tue 21 Dec 2010 11:12:21
Changed By: dgregor
Comments: When determining which preprocessed entities to traverse in libclang,
take into account the region of interest. Otherwise, we may fail to
traverse some important preprocessed entity cursors. 
Fixes <rdar://problem/8554072>.
Properties: 




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: 




LOGS:
Last 10 lines of 'stdio':
	          0x418a7710: i32 = Register %reg16433 [ORD=1432] [ID=1]
	        0x418d4570: i32 = Constant<10> [ORD=1432] [ID=2]
	    0x418d4130: i64 = Constant<1717986919> [ID=9]
	  0x418a7028: i64 = Constant<63> [ID=11]
	make[4]: *** [cplus-dem.o] Error 1
	make[4]: *** Waiting for unfinished jobs....
	make[3]: *** [multi-do] Error 1
	make[2]: *** [all] Error 2
	make[1]: *** [all-target-libiberty] Error 2
	make: *** [all] Error 2

Last 10 lines of 'warnings':
	../../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'
	../../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