[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Testing 2.0
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Thu, 11 Feb 2010 18:17:39 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=fux+/5jQyuO60QMm//BRaD1azW+IhecAVwi/RrTtTyE=; b=LTeBBcsQENe3eGYK8/6idVabKxPNewzMqU55GnsXmBoY4l9uu3XnROdxARQAplXTwa TGvxEFIz8LZmpaL1sDNKBCBegVo9DnQy6D3W61Lo2MhGvUu6vt21d96YooxZ2StHQmow xyW7suDozeXFhGfhjf41B9BpzJ3+hLeoPFzPk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=X65mkmF2SK9cb68aIfgsfgEIQfe+kkVunPC0h5ngi1piTEpxkt1FVeWdbfPQLU3Ik7 MIkvI4WJf2rhSHiPxcebgsW0Q4TAFLkilOUQugvNkoHzjS6skETq/EaGzBzuXxtnhnbP W4NNPM5gAFdJMaQ091g9l1iFemaLAt8krT+bc=
2010/2/11 Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>:
>
> In data giovedì 11 febbraio 2010 21:43:28, Benoit Jacob ha scritto:
>> Everybody: we're releasing Eigen 2.0.12 tomorrow.
>>
>> I don't remember if GCC 3.3 has been tested (sorry Jitse) ? What about
>> MSVC 2005, 2008? And ICC?
>
> does not compile here with icc:
>
> [ 9%] Building CXX object test/CMakeFiles/test_basicstuff.dir/basicstuff.cpp.o
> /home/orzel/hg/eigen.20/test/basicstuff.cpp(95): warning #279: controlling expression is constant
> VERIFY_RAISES_ASSERT(m1 = (m2.block(0,0, rows-1, cols-1)));
> ^
This is just a warning while compiling a unit test with ICC: no need to fix it.
>
> /home/orzel/hg/eigen.20/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"
This one is serious stuff! But doesn't ICC igive you more output? Can
you get the trace from basicstuff.cpp:115 to Matrix.h:595 like GCC
would give you?
Benoit
>
>
> --
> Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>
> http://www.freehackers.org/thomas
>
>
>