Although I still cannot explain the two build failures, the 37 test
failures have shown up a bug in the Visual Studio 2008 compiler.

If you disable optimisation for the file mul.c (right click on the
file in the IDE and look in the C++ properties dialogue under the
Optimisation item, select 'disabled' in the Optimisation box) all
tests should then pass (at least the do for me).
   It seems that a change in mul.c has triggered a VC++ bug (not present
in Visual Studio 2010).

     Brian

So what I did was disable optimization (using the /Od Disabled option), cleaned and re-built the entire library and the tests.

All of the tests now pass as well for Release | Win32 on Visual Studio 2008 Professional.

157 tests:
        2 failed to build
        155 ran correctly
.. completed - press ENTER

Thank you very much for checking this out, Brian.

Nicholas




--
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-de...@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.

Reply via email to