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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Fri Aug 6 18:03:37 PDT 2010


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

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

Buildslave for this Build: smoosh-02

Build Reason: 
Build Source Stamp: 110495
Blamelist: djg,johannes,lattner,resistor

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/CodeGen/CGExprScalar.cpp
 test/CodeGen/trapv.c
At: Fri 06 Aug 2010 17:25:07
Changed By: lattner
Comments: Correct -ftrapv to trap on errors, instead of calling the
__overflow_handler entrypoint that David Chisnall made up.
Calling __overflow_handler is not part of the contract of
-ftrapv provided by GCC, and should never have been checked
in in the first place.

According to:
http://permalink.gmane.org/gmane.comp.compilers.clang.devel/8699

David is using this for some of arbitrary precision integer stuff
or something, which is not an appropriate thing to implement on
this.

Properties: 




File: include/llvm/Instructions.h
At: Fri 06 Aug 2010 17:25:07
Changed By: resistor
Comments: Add a predicate to determine if a call is an inline asm statement.
Properties: 




File: lib/Transforms/Scalar/GVN.cpp
At: Fri 06 Aug 2010 17:25:07
Changed By: resistor
Comments: Don't attempt the PRE inline asm calls, since we don't value number them yet.  Fixes PR7835.
Properties: 




Files:
 lib/Target/X86/X86InstrSSE.td
 test/CodeGen/X86/2010-08-06-cmpsd.ll
At: Fri 06 Aug 2010 17:35:13
Changed By: johannes
Comments: Use sdmem and sse_load_f64 (etc.) for the vector
form of CMPSD (etc.)  Matching a 128-bit memory
operand is wrong, the instruction uses only 64 bits
(same as ADDSD etc.)  8193553.

Properties: 




File: include/llvm/PassAnalysisSupport.h
At: Fri 06 Aug 2010 17:40:35
Changed By: djg
Comments: Make AnalysisImpls private.
Properties: 




Files:
 include/llvm/Support/ConstantRange.h
 lib/Support/ConstantRange.cpp
At: Fri 06 Aug 2010 17:46:50
Changed By: resistor
Comments: Add a convenience constructor.
Properties: 




Files:
 include/llvm/CodeGen/AsmPrinter.h
 include/llvm/PassManager.h
 include/llvm/PassSupport.h
 lib/CodeGen/ELFWriter.h
 lib/VMCore/Core.cpp
 lib/VMCore/Pass.cpp
 lib/VMCore/PassManager.cpp
At: Fri 06 Aug 2010 17:46:50
Changed By: djg
Comments: Tidy some #includes and forward-declarations, and move the C binding code
out of PassManager.cpp and into Core.cpp with the rest of the C binding code.
Properties: 




Files:
 include/llvm/Analysis/LoopPass.h
 include/llvm/PassManagers.h
At: Fri 06 Aug 2010 17:55:22
Changed By: djg
Comments: Tidy up PMStack. Add a bunch of consts, use std::vector instead of
std::deque, since this is a stack and only supports push/pop on
one end, and remove an unimplemented declaration.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/VMCore/PassManager.cpp:1711: error: expected primary-expression before '>' token
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/VMCore/PassManager.cpp:1711: error: '::iterator' has not been declared
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/VMCore/PassManager.cpp:1711: error: expected `;' before 'I'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/VMCore/PassManager.cpp:1712: error: 'I' was not declared in this scope
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/VMCore/PassManager.cpp:1712: error: 'E' was not declared in this scope
	llvm[1]: Compiling TypeSymbolTable.cpp for Debug+Asserts build
	llvm[1]: Compiling Use.cpp for Debug+Asserts build
	make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.obj/lib/VMCore/Debug+Asserts/PassManager.o] Error 1
	make[1]: *** Waiting for unfinished jobs....
	make: *** [all] Error 1




More information about the llvm-testresults mailing list