From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-12-11 08:10:43


Anthony Williams wrote:
> Hi all,
>
> There are a lot of tests that are causing Internal Compiler Errors on
> msvc-6.5~release. Several of them are in the tests for the test library
> itself, such as this one:
>
> http://engineering.meta-comm.com/boost-regression/CVS-RC_1_34_0/developer/output/JustSoftwareSolutions-V2-boost-bin-v2-libs-test-test-algorithms_test-test-msvc-6-5~release-release-threading-multi.html
>
> and this one:
>
> http://engineering.meta-comm.com/boost-regression/CVS-RC_1_34_0/developer/output/JustSoftwareSolutions-V2-boost-bin-v2-libs-test-test-basic_cstring_test-test-msvc-6-5~release-release-threading-multi.html
>
> Both these failures occur on a seemingly innocuous BOOST_CHECK_EQUAL.
>
> Any ideas?

I am getting even more errors when doing

bjam --v2 toolset=msvc-6.6
in
libs/test/test

Complaints about base classes missing and zero divisions and the like...

What is wrong here?

Roland