[Ci-reports] fail on QtDeclarative_stable_Integration #1699
Qt Continuous Integration System
ci-noreply at qt-project.org
Wed Feb 19 17:41:38 CET 2014
qtdeclarative failed to compile :(
compiling jit/qv4isel_masm.cpp
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_01699/linux-arm-gnueabi-g++_Ubuntu_11.10_x86/log.txt.gz
Tested changes (refs/builds/stable_1392825653):
http://codereview.qt-project.org/78442 [PS1] - Doc: Renamed Qt Quick Code Samples page.
http://codereview.qt-project.org/78512 [PS1] - Clean up our internal namespaces
http://codereview.qt-project.org/78511 [PS1] - Smaller cleanup
http://codereview.qt-project.org/78509 [PS1] - Move binops out of the isel
http://codereview.qt-project.org/78508 [PS1] - Move unops into it's own file
http://codereview.qt-project.org/78507 [PS1] - Move the Assembler class into it's own file
http://codereview.qt-project.org/78506 [PS1] - Move JIT infrastructure into it's own directory
http://codereview.qt-project.org/78505 [PS1] - Remove unused method
http://codereview.qt-project.org/78504 [PS1] - Avoid shifts with 0 bits and cast more consts to int
http://codereview.qt-project.org/78503 [PS1] - Really eliminate a|0 and b&(-1)
http://codereview.qt-project.org/78502 [PS1] - Avoid some unneccesary instructions in swapValues
http://codereview.qt-project.org/78501 [PS1] - Mask rhs of shift operations in the IR for constants
http://codereview.qt-project.org/78500 [PS1] - Slightly simplify generated code for conversion to int
http://codereview.qt-project.org/78499 [PS1] - Remove unused text stream
http://codereview.qt-project.org/78498 [PS1] - Remove some code duplication
http://codereview.qt-project.org/78497 [PS1] - Cleanup: Pass the function into the various SSA stages
http://codereview.qt-project.org/78496 [PS1] - Simplify some runtime code
More information about the Ci-reports
mailing list