Re: [eigen] pre-RC1 testing needed |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
Hi,
I (or better to say: my compiler) found some new issues:
(the message formate is always: "Warning description" "source file"
"line number" "project"
Warning 9 warning C4244: 'argument' : conversion from 'double' to
'int', possible loss of data c:\Develop\Eigen\test\array.cpp
116 test_array
Warning 10 warning C4244: 'argument' : conversion from 'double' to
'int', possible loss of data c:\Develop\Eigen\test\array.cpp
117 test_array
Warning 11 warning C4244: 'argument' : conversion from 'double' to
'int', possible loss of data c:\Develop\Eigen\test\array.cpp
118 test_array
Warning 13 warning C4305: 'argument' : truncation from 'double' to
'float' c:\Develop\Eigen\test\cwiseop.cpp 109 test_cwiseop
Warning 14 warning C4305: 'argument' : truncation from 'double' to
'float' c:\Develop\Eigen\test\cwiseop.cpp 109 test_cwiseop
Warning 15 warning C4244: 'argument' : conversion from 'double' to
'int', possible loss of data c:\Develop\Eigen\test\cwiseop.cpp
109 test_cwiseop
Warning 16 warning C4244: 'argument' : conversion from 'double' to
'const int', possible loss of data
c:\Develop\Eigen\test\cwiseop.cpp 112 test_cwiseop
This aside, my old problem still is alive and fill up the warning number
gaps with 9 identical = 1 Error:
Error 1 fatal error C1001: An internal error has occurred in the
compiler. c:\develop\eigen\eigen\src\core\cachefriendlyproduct.h
437 test_sparse_solvers
I will check in the next days, if the setup at the office is also affected.
Gael, did you test MSVC SP1 too?
I am very interested to know what detail in my setup cause my problems
with cachefriendlyprodukt.
Everybody who run the tests with MSVC 2008, please add detailed info
about the specific MSVC version used.
E.g. my version (see Help | About | Copy Info) is:
Microsoft Visual Studio 2008
Version 9.0.30729.1 SP
Microsoft .NET Framework
Version 3.5 SP1
Installed Edition: VC Express
Microsoft Visual C++ 2008 91909-152-0000052-60187
Microsoft Visual C++ 2008
with (good or bad, but probably) all availbale hotfixes.
Cheers
Frank