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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Jan 25 04:32:29 PST 2011


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

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

Buildslave for this Build: spang.apple.com

Build Reason: 
Build Source Stamp: 124183
Blamelist: baldrick

BUILD FAILED: failed compile.llvm-gcc.stage1

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/llvm/Analysis/ValueTracking.h
 lib/Analysis/InstructionSimplify.cpp
 lib/Analysis/ValueTracking.cpp
 test/Transforms/InstSimplify/2011-01-18-Compare.ll
At: Tue 25 Jan 2011 01:44:52
Changed By: baldrick
Comments: According to my auto-simplifier the most common missed simplifications in
optimized code are:
  (non-negative number)+(power-of-two) != 0 -> true
and
  (x | 1) != 0 -> true
Instcombine knows about the second one of course, but only does it if X|1
has only one use.  These fire thousands of times in the testsuite.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	../../llvm-gcc.src/gcc/config/darwin-crt2.c:143: error: invalid use of 'restrict'
	../../llvm-gcc.src/gcc/config/darwin-crt2.c: In function '__darwin_gcc3_preregister_frame_info':
	../../llvm-gcc.src/gcc/config/darwin-crt2.c:144: error: invalid use of 'restrict'
	../../llvm-gcc.src/gcc/config/darwin-crt2.c:146: error: invalid use of 'restrict'
	../../llvm-gcc.src/gcc/config/darwin-crt2.c:147: error: invalid use of 'restrict'
	make[3]: *** [crt2.o] Error 1
	rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gpl.pod gcc.pod
	make[2]: *** [all-stage2-gcc] Error 2
	make[1]: *** [stage2-bubble] Error 2
	make: *** [all] Error 2

Last 10 lines of 'warnings':
	../../llvm-gcc.src/gcc/config/darwin-crt2.c:55: warning: type qualifiers ignored on function return type
	../../llvm-gcc.src/gcc/config/darwin-crt2.c:57: warning: type qualifiers ignored on function return type
	../../llvm-gcc.src/gcc/config/darwin-crt2.c:77: warning: type qualifiers ignored on function return type
	../../llvm-gcc.src/gcc/config/darwin-crt2.c:91: warning: type qualifiers ignored on function return type
	../../llvm-gcc.src/gcc/config/darwin-crt2.c:93: warning: type qualifiers ignored on function return type
	../../llvm-gcc.src/gcc/config/darwin-crt2.c:94: warning: type qualifiers ignored on function return type
	../../llvm-gcc.src/gcc/config/darwin-crt2.c:98: warning: function definition has qualified void return type
	../../llvm-gcc.src/gcc/config/darwin-crt2.c:110: warning: function definition has qualified void return type
	../../llvm-gcc.src/gcc/config/darwin-crt2.c:117: warning: assignment discards qualifiers from pointer target type
	../../llvm-gcc.src/gcc/config/darwin-crt2.c:143: warning: function definition has qualified void return type




More information about the llvm-testresults mailing list