[Ci-reports] fail on QtDeclarative_stable_Integration #1727
Qt Continuous Integration System
ci-noreply at qt-project.org
Fri Feb 21 14:19:55 CET 2014
qtdeclarative failed to compile :(
In file included from jit/qv4binop.cpp:41:0:
jit/qv4binop_p.h: In member function 'JSC::AbstractMacroAssembler<JSC::ARMv7Assembler>::Jump QV4::JIT::Binop::inline_add32(JSC::AbstractMacroAssembler<JSC::ARMv7Assembler>::Address, JSC::AbstractMacroAssembler<JSC::ARMv7Assembler>::RegisterID)':
jit/qv4binop_p.h:86:48: error: 'load32' was not declared in this scope
jit/qv4binop_p.h: In member function 'JSC::AbstractMacroAssembler<JSC::ARMv7Assembler>::Jump QV4::JIT::Binop::inline_sub32(JSC::AbstractMacroAssembler<JSC::ARMv7Assembler>::Address, JSC::AbstractMacroAssembler<JSC::ARMv7Assembler>::RegisterID)':
jit/qv4binop_p.h:101:48: error: 'load32' was not declared in this scope
jit/qv4binop_p.h: In member function 'JSC::AbstractMacroAssembler<JSC::ARMv7Assembler>::Jump QV4::JIT::Binop::inline_mul32(JSC::AbstractMacroAssembler<JSC::ARMv7Assembler>::Address, JSC::AbstractMacroAssembler<JSC::ARMv7Assembler>::RegisterID)':
jit/qv4binop_p.h:116:48: error: 'load32' was not declared in this scope
make[3]: *** [.obj/qv4binop.o] Error 1
In file included from jit/qv4isel_masm.cpp:53:0:
jit/qv4binop_p.h: In member function 'JSC::AbstractMacroAssembler<JSC::ARMv7Assembler>::Jump QV4::JIT::Binop::inline_add32(JSC::AbstractMacroAssembler<JSC::ARMv7Assembler>::Address, JSC::AbstractMacroAssembler<JSC::ARMv7Assembler>::RegisterID)':
jit/qv4binop_p.h:86:48: error: 'load32' was not declared in this scope
jit/qv4binop_p.h: In member function 'JSC::AbstractMacroAssembler<JSC::ARMv7Assembler>::Jump QV4::JIT::Binop::inline_sub32(JSC::AbstractMacroAssembler<JSC::ARMv7Assembler>::Address, JSC::AbstractMacroAssembler<JSC::ARMv7Assembler>::RegisterID)':
jit/qv4binop_p.h:101:48: error: 'load32' was not declared in this scope
jit/qv4binop_p.h: In member function 'JSC::AbstractMacroAssembler<JSC::ARMv7Assembler>::Jump QV4::JIT::Binop::inline_mul32(JSC::AbstractMacroAssembler<JSC::ARMv7Assembler>::Address, JSC::AbstractMacroAssembler<JSC::ARMv7Assembler>::RegisterID)':
jit/qv4binop_p.h:116:48: error: 'load32' was not declared in this scope
jit/qv4isel_masm.cpp: In member function 'virtual void QV4::JIT::InstructionSelection::swapValues(QV4::IR::Temp*, QV4::IR::Temp*)':
jit/qv4isel_masm.cpp:825:57: error: 'FPGpr1' is not a member of 'QV4::JIT::Assembler'
jit/qv4isel_masm.cpp:826:51: error: 'FPGpr1' is not a member of 'QV4::JIT::Assembler'
make[3]: *** [.obj/qv4isel_masm.o] Error 1
make[2]: *** [sub-qml-make_first-ordered] Error 2
make[1]: *** [sub-src-make_first] Error 2
make: *** [module-qtdeclarative] Error 2
Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_01727/linux-android-g++_Ubuntu_12.04_x64/log.txt.gz
Tested changes (refs/builds/stable_1392987828):
http://codereview.qt-project.org/78595 [PS6] - Avoid extra platformwindows with QQuickWidget
http://codereview.qt-project.org/78875 [PS3] - Move all binop related code into qv4binop*
http://codereview.qt-project.org/78512 [PS4] - Clean up our internal namespaces
http://codereview.qt-project.org/78511 [PS4] - Smaller cleanup
http://codereview.qt-project.org/78510 [PS4] - Optimize our toInt32() implementation
http://codereview.qt-project.org/78509 [PS3] - Move binops out of the isel
http://codereview.qt-project.org/78508 [PS3] - Move unops into it's own file
http://codereview.qt-project.org/78507 [PS3] - Move the Assembler class into it's own file
http://codereview.qt-project.org/78506 [PS3] - Move JIT infrastructure into it's own directory
http://codereview.qt-project.org/78505 [PS3] - Remove unused method
http://codereview.qt-project.org/78503 [PS2] - Really eliminate a|0 and b&(-1)
http://codereview.qt-project.org/78502 [PS2] - Avoid some unneccesary instructions in swapValues
http://codereview.qt-project.org/78501 [PS2] - Mask rhs of shift operations in the IR for constants
http://codereview.qt-project.org/78500 [PS2] - Slightly simplify generated code for conversion to int
http://codereview.qt-project.org/78499 [PS2] - Remove unused text stream
http://codereview.qt-project.org/78498 [PS2] - Remove some code duplication
http://codereview.qt-project.org/78497 [PS2] - Cleanup: Pass the function into the various SSA stages
http://codereview.qt-project.org/78496 [PS2] - Simplify some runtime code
More information about the Ci-reports
mailing list