[Ci-reports] fail on QtDeclarative_dev_Integration #1305
Qt Continuous Integration System
ci-noreply at qt-project.org
Mon Feb 17 16:15:10 CET 2014
qtdeclarative failed to compile :(
/work/build/qt/qtdeclarative/src/qml/jit/qv4isel_masm.cpp: In member function 'virtual void QV4::JIT::InstructionSelection::swapValues(QV4::IR::Temp*, QV4::IR::Temp*)':
/work/build/qt/qtdeclarative/src/qml/jit/qv4isel_masm.cpp:825:57: error: 'FPGpr1' is not a member of 'QV4::JIT::Assembler'
/work/build/qt/qtdeclarative/src/qml/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_dev_Integration/build_01305/linux-g++_shadow-build_Ubuntu_11.10_x86/log.txt.gz
Tested changes (refs/builds/dev_1392649772):
http://codereview.qt-project.org/78268 [PS2] - [new compiler] Report errors at type compile time for invalid group property access
http://codereview.qt-project.org/77851 [PS3] - [new compiler] Fix error reporting null object group property access
http://codereview.qt-project.org/78201 [PS5] - Clean up our internal namespaces
http://codereview.qt-project.org/78200 [PS5] - Smaller cleanup
http://codereview.qt-project.org/78101 [PS7] - Optimize our toInt32() implementation
http://codereview.qt-project.org/77863 [PS8] - Move binops out of the isel
http://codereview.qt-project.org/77816 [PS10] - Move unops into it's own file
http://codereview.qt-project.org/77812 [PS6] - Move the Assembler class into it's own file
http://codereview.qt-project.org/77811 [PS6] - Move JIT infrastructure into it's own directory
http://codereview.qt-project.org/77795 [PS5] - Remove unused method
http://codereview.qt-project.org/77752 [PS6] - Avoid shifts with 0 bits and cast more consts to int
http://codereview.qt-project.org/77751 [PS5] - Really eliminate a|0 and b&(-1)
http://codereview.qt-project.org/77750 [PS5] - Avoid some unneccesary instructions in swapValues
http://codereview.qt-project.org/77709 [PS5] - Mask rhs of shift operations in the IR for constants
http://codereview.qt-project.org/77708 [PS5] - Slightly simplify generated code for conversion to int
http://codereview.qt-project.org/77666 [PS5] - Remove unused text stream
http://codereview.qt-project.org/77662 [PS5] - Remove some code duplication
http://codereview.qt-project.org/77661 [PS5] - Cleanup: Pass the function into the various SSA stages
http://codereview.qt-project.org/77614 [PS6] - Simplify some runtime code
More information about the Ci-reports
mailing list