On Apr 11, 7:14 pm, Nicholas Kinar <[email protected]> wrote: > >> 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.
Can you discover why two tests are failing to build? If you build them by right clicking on each of these two individually and then using 'project only' and 'build only', you should be able to see the output giving the reason for these failures. Brian -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mpir-devel?hl=en.
