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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Jul 22 17:21:47 PDT 2009


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

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

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

Build Reason: 
Build Source Stamp: 76823
Blamelist: bwilson,djg,mrs

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/clang/Basic/DiagnosticSemaKinds.td
 lib/Sema/Sema.h
 lib/Sema/SemaDecl.cpp
 test/Sema/return.c
 test/SemaCXX/return.cpp
 test/SemaObjC/return.m
At: Wed 22 Jul 2009 16:58:12
Changed By: mrs
Comments: Add warning for falling off the end of a function that should return a
value.  This is on by default, and controlled by -Wreturn-type (-Wmost
-Wall).  I believe there should be very few false positives, though
the most interesting case would be:

  int() { bar(); }

when bar does:

  bar() { while (1) ; }

Here, we assume functions return, unless they are marked with the
noreturn attribute.  I can envision a fixit note for functions that
never return normally that don't have a noreturn attribute to add a
noreturn attribute.

If anyone spots other false positives, let me know!




File: gcc/config/arm/arm.c
At: Wed 22 Jul 2009 17:04:13
Changed By: bwilson
Comments: Temporarily disable default to use Thumb for ARMv7.
It's not quite ready yet.




File: test/CodeGen/PowerPC/private.ll
At: Wed 22 Jul 2009 17:10:12
Changed By: djg
Comments: Revert r75663 (and r76805), as it is causing regressions on powerpc.




LOGS:
Last 10 lines of 'compile.stdio':
	llvm[4]: Compiling StmtXML.cpp for Debug build 
	llvm[4]: Compiling TextDiagnosticBuffer.cpp for Debug build 
	llvm[4]: Compiling TextDiagnosticPrinter.cpp for Debug build 
	llvm[4]: Compiling TypeXML.cpp for Debug build 
	llvm[4]: Compiling Warnings.cpp for Debug build 
	llvm[4]: Building Debug Archive Library libclangAnalysis.a
	llvm[4]: Building Debug Archive Library libclangFrontend.a
	make[2]: *** [all] Error 1
	make[1]: *** [clang/.makeall] Error 2
	make: *** [all] Error 1

Last 10 lines of 'compile.warnings':
	/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/lib/Sema/../../include/clang/Parse/Action.h:422: warning: 'virtual clang::OpaquePtr<0> clang::Action::ActOnTag(clang::Scope*, unsigned int, clang::Action::TagKind, clang::SourceLocation, const clang::CXXScopeSpec&, clang::IdentifierInfo*, clang::SourceLocation, clang::AttributeList*, clang::AccessSpecifier, bool&)' was hidden
	Sema.h:526: warning:   by 'virtual clang::OpaquePtr<0> clang::Sema::ActOnTag(clang::Scope*, unsigned int, clang::Action::TagKind, clang::SourceLocation, const clang::CXXScopeSpec&, clang::IdentifierInfo*, clang::SourceLocation, clang::AttributeList*, clang::AccessSpecifier, clang::ASTMultiPtr<&clang::ActionBase::DeleteTemplateParams>, bool&)'
	/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/lib/Sema/../../include/clang/Parse/Action.h:422: warning: 'virtual clang::OpaquePtr<0> clang::Action::ActOnTag(clang::Scope*, unsigned int, clang::Action::TagKind, clang::SourceLocation, const clang::CXXScopeSpec&, clang::IdentifierInfo*, clang::SourceLocation, clang::AttributeList*, clang::AccessSpecifier, bool&)' was hidden
	Sema.h:526: warning:   by 'virtual clang::OpaquePtr<0> clang::Sema::ActOnTag(clang::Scope*, unsigned int, clang::Action::TagKind, clang::SourceLocation, const clang::CXXScopeSpec&, clang::IdentifierInfo*, clang::SourceLocation, clang::AttributeList*, clang::AccessSpecifier, clang::ASTMultiPtr<&clang::ActionBase::DeleteTemplateParams>, bool&)'
	/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/lib/Frontend/../../include/clang/Parse/Action.h:422: warning: 'virtual clang::OpaquePtr<0> clang::Action::ActOnTag(clang::Scope*, unsigned int, clang::Action::TagKind, clang::SourceLocation, const clang::CXXScopeSpec&, clang::IdentifierInfo*, clang::SourceLocation, clang::AttributeList*, clang::AccessSpecifier, bool&)' was hidden
	../Sema/Sema.h:526: warning:   by 'virtual clang::OpaquePtr<0> clang::Sema::ActOnTag(clang::Scope*, unsigned int, clang::Action::TagKind, clang::SourceLocation, const clang::CXXScopeSpec&, clang::IdentifierInfo*, clang::SourceLocation, clang::AttributeList*, clang::AccessSpecifier, clang::ASTMultiPtr<&clang::ActionBase::DeleteTemplateParams>, bool&)'
	/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/lib/Frontend/../../include/clang/Parse/Action.h:422: warning: 'virtual clang::OpaquePtr<0> clang::Action::ActOnTag(clang::Scope*, unsigned int, clang::Action::TagKind, clang::SourceLocation, const clang::CXXScopeSpec&, clang::IdentifierInfo*, clang::SourceLocation, clang::AttributeList*, clang::AccessSpecifier, bool&)' was hidden
	../Sema/Sema.h:526: warning:   by 'virtual clang::OpaquePtr<0> clang::Sema::ActOnTag(clang::Scope*, unsigned int, clang::Action::TagKind, clang::SourceLocation, const clang::CXXScopeSpec&, clang::IdentifierInfo*, clang::SourceLocation, clang::AttributeList*, clang::AccessSpecifier, clang::ASTMultiPtr<&clang::ActionBase::DeleteTemplateParams>, bool&)'
	/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/lib/Frontend/../../include/clang/Parse/Action.h:434: warning: 'virtual clang::OpaquePtr<0> clang::Action::ActOnTag(clang::Scope*, unsigned int, clang::Action::TagKind, clang::SourceLocation, const clang::CXXScopeSpec&, clang::IdentifierInfo*, clang::SourceLocation, clang::AttributeList*, clang::AccessSpecifier, clang::ASTMultiPtr<&clang::ActionBase::DeleteTemplateParams>, bool&)' was hidden
	PrintParserCallbacks.cpp:200: warning:   by 'virtual clang::OpaquePtr<0><unnamed>::ParserPrintActions::ActOnTag(clang::Scope*, unsigned int, clang::Action::TagKind, clang::SourceLocation, const clang::CXXScopeSpec&, clang::IdentifierInfo*, clang::SourceLocation, clang::AttributeList*, clang::AccessSpecifier, bool&)'




More information about the llvm-testresults mailing list