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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Fri Nov 6 10:48:52 PST 2009


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

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

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

Build Reason: 
Build Source Stamp: 86270
Blamelist: andersca,dpatel,lattner,rjmccall

BUILD FAILED: failed compile llvm-gcc

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/CodeGen/CGStmt.cpp
At: Fri 06 Nov 2009 10:14:02
Changed By: lattner
Comments: update comment, pointed out by Gabor




Files:
 include/clang/Basic/DiagnosticGroups.td
 lib/Sema/SemaExpr.cpp
At: Fri 06 Nov 2009 10:19:02
Changed By: rjmccall
Comments: Don't warn -Wsign-compare if we're in an unevaluated context, and fixed
a typo pointed out by Fariborz.





Files:
 lib/Transforms/Scalar/JumpThreading.cpp
 test/Transforms/JumpThreading/basic.ll
At: Fri 06 Nov 2009 10:19:02
Changed By: lattner
Comments: Extend jump threading to support much more general threading
predicates.  This allows us to jump thread things like:

_ZN12StringSwitchI5ColorE4CaseILj7EEERS1_RAT__KcRKS0_.exit119:
  %tmp1.i24166 = phi i8 [ 1, %bb5.i117 ], [ %tmp1.i24165, %_Z....exit ], [ %tmp1.i24165, %bb4.i114 ] 
  %toBoolnot.i87 = icmp eq i8 %tmp1.i24166, 0     ; <i1> [#uses=1]
  %tmp4.i90 = icmp eq i32 %tmp2.i, 6              ; <i1> [#uses=1]
  %or.cond173 = and i1 %toBoolnot.i87, %tmp4.i90  ; <i1> [#uses=1]
  br i1 %or.cond173, label %bb4.i96, label %_ZN12...

Where it is "obvious" that when coming from %bb5.i117 that the 'and' is always 
false.  This triggers a surprisingly high number of times in the testsuite, 
and gets us closer to generating good code for doug's strswitch testcase.

This also make a bunch of other code in jump threading redundant, I'll rip
out in the next patch.  This survived an enable-checking llvm-gcc bootstrap.






File: lib/Transforms/Scalar/JumpThreading.cpp
At: Fri 06 Nov 2009 10:24:02
Changed By: lattner
Comments: remove now redundant code, r86264 handles this case.




File: lib/Transforms/Scalar/JumpThreading.cpp
At: Fri 06 Nov 2009 10:24:02
Changed By: lattner
Comments: eliminate some more code subsumed by r86264




File: lib/CodeGen/CGDebugInfo.cpp
At: Fri 06 Nov 2009 10:29:02
Changed By: andersca
Comments: Don't assert when trying to generate debug info for vector types. This needs to be fixed eventually...



Files:
 lib/Analysis/DebugInfo.cpp
 test/DebugInfo/2009-11-06-InvalideDerivedType.ll
At: Fri 06 Nov 2009 10:29:02
Changed By: dpatel
Comments: Tolerate invalid derived type.




File: lib/Transforms/Scalar/JumpThreading.cpp
At: Fri 06 Nov 2009 10:29:02
Changed By: lattner
Comments: remove more code subsumed by r86264




LOGS:
Last 10 lines of 'compile llvm-gcc.stdio':
	/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-i386-darwin9/llvm-gcc.src/gcc/tree-ssa-forwprop.c:1060: internal compiler error: Bus error
	Please submit a full bug report,
	with preprocessed source if appropriate.
	See <URL:http://llvm.org/bugs/> for instructions.
	make[3]: *** [tree-ssa-forwprop.o] Error 1
	make[3]: *** Waiting for unfinished jobs....
	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 'compile llvm-gcc.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