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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Fri Nov 6 11:02:56 PST 2009


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

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

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

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

BUILD FAILED: failed buildit-llvmgcc42

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Analysis/DebugInfo.cpp
 lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 test/DebugInfo/2009-11-06-NamelessGlobalVariable.ll
At: Fri 06 Nov 2009 09:59:02
Changed By: dpatel
Comments: Do not bother to emit debug info for nameless global variable.




Files:
 include/clang/Analysis/Analyses/LiveVariables.h
 lib/Analysis/LiveVariables.cpp
At: Fri 06 Nov 2009 10:04:02
Changed By: lattner
Comments: add some const qualifiers, patch by Kovarththanan Rajaratnam!




File: lib/CodeGen/MachineInstr.cpp
At: Fri 06 Nov 2009 10:04:02
Changed By: djg
Comments: Use WriteAsOperand to print GlobalAddress MachineOperands. This
prints them with the leading '@'.




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 'buildit-llvmgcc42.stdio':
	with preprocessed source if appropriate.
	See <URL:http://developer.apple.com/bugreporter> for instructions.
	make[4]: *** [tree-ssa-forwprop.o] Error 1
	make[4]: *** Waiting for unfinished jobs....
	rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gcc.pod gpl.pod
	make[3]: *** [all-stage2-gcc] Error 2
	make[2]: *** [stage2-bubble] Error 2
	make[1]: *** [all] Error 2
	+ exit 1
	make: *** [install] Error 1

Last 10 lines of 'buildit-llvmgcc42.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