Re: [eigen] Happy birthday Eigen 2.0 ! + 2.0.12 planning

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


In data martedì 02 febbraio 2010 19:47:58, Benoit Jacob ha scritto:
> Will need to know if we still compile on gcc 3.3, msvc 2008, etc.

Here are my test results so far in the 2.0 branch (thx Gael to remind me how to do the tests)

gcc-4.3.4
100% tests passed, 0 tests failed out of 45

gcc-4.4.2
100% tests passed, 0 tests failed out of 45

icc (ICC) 11.1 20090827:
Compilation fails on two files (swap.cpp and basicstuff.cpp):
------------------------------------------------------------------------------------------------------------------------------------------------
/Eigen/src/Core/Matrix.h(595): error: too few arguments for class template "Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::ei_matrix_swap_impl"
    ei_matrix_swap_impl<Matrix, OtherDerived>::run(*this, *const_cast<MatrixBase<OtherDerived>*>(&other));
                                            ^
          detected during instantiation of "void basicStuff(const MatrixType &) [with MatrixType=Eigen::Matrix<float, 1, 1, 2, 1, 1>]" at line 115 of "/home/orzel/hg/eigen.20/test/basicstuff.cpp"
------------------------------------------------------------------------------------------------------------------------------------------------
and..... i have no clue what this is about :-)
All other files compile

ctest shows that all tests that compiled pass:
96% tests passed, 2 tests failed out of 45
The following tests FAILED: 10 - basicstuff (Failed) 43 - swap (Failed)


++
Thomas
-- 
Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>
http://www.freehackers.org/thomas




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/