Re: [eigen] Feeback to Rev #914777. (pre RC1) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Feeback to Rev #914777. (pre RC1)
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Fri, 23 Jan 2009 14:21:52 +0100
- 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=RMJIaLTMZtmzBu/2n3XoeLi2/h22RKg0h/05ybIEjHg=; b=N6THtzUHWd6WiqDuHszO0Uh3eSznMNIHMIOCryyAr30eGYDBm9eak1owwh7h/bXoR9 6l0lYNHN0bPmR9hqnLRMNNf/rW3jfmfWw+RLDcGxCa4vdDJkhoH2EEbkTKdBmCLGqyBk 0Ni4lpv1SC3Ljam8sY0rTUR2IeblIj+pIwHzQ=
- 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=OMv2didU2qeVRrPjSTGcoywf7RmLXriPJqOi1RDN/1ar1Pqeu9I4cuMRAw6lmynkId sRBVzGGIkY+z+lV+Gn0TzekapooUhbbVjq4zBybYILBEoljp8G4BzQLaN04NWdCvGVQv WW48bQlzFVjBEZYy/+os4PtSMO878QqZ3Sx+0=
hi,
it's all green now (http://my.cdash.org/buildSummary.php?buildid=7331)
for the internal error, I have no clue.
Gael.
On Fri, Jan 23, 2009 at 1:10 AM, FMDSPAM <fmdspam@xxxxxxxxx> wrote:
> Gael Guennebaud schrieb:
>>
>> I cannot reproduce that internal error. Here everything compile file
>> using MSVC 9.00.21022.08 with following flags:
>>
>> /DWIN32 /D_WINDOWS /W3 /Zm1000 /EHsc /GR /arch:SSE2
>>
>> (I also tried without /arch:SSE2)
>>
>> Note that I'm using nmake to call MSVC but that should not make any
>> difference.
>>
>>
>
> In my Setup (MSVC SP1, Vista etc, etc)
> right out of the repository Rev #915248 the test suite is compiling
>
> without /arch:SS2 without error! but four warnings (for the same), see
> below.
> with /arch:SS2, the internal compiler error 1001 (located by MSVC in the
> cachefriendlyproduct.h line 497) still occur.
>
> If you have any idea, what kind of tests I should do, please ask for. I'm
> totally clueless.
> Is there anybody out there with MSVC Express Edition SP1, who is able to
> confirm my problems?
>
> without SSe2, all tests are passed, except the following:
>>>>>>>>>>>>>>>>>
> 18/38 Testing: commainitializer
> 18/38 Test: commainitializer
> Command: "C:/b/test/Release/test_commainitializer.exe"
> Directory: C:/b/test
> "commainitializer" start time: Jan 23 00:43 Mitteleurop<-28>ische Zeit
> Output:
> ----------------------------------------------------------
> Initializing random number generator with seed 1232667781
>
> Repeating each test 10 times
>
>
>
> This application has requested the Runtime to terminate it in an unusual
> way.
> Please contact the application's support team for more information.
>
> ----------------------------------------------------------
> "commainitializer" end time: Jan 23 00:43 Mitteleurop<-28>ische Zeit
> "commainitializer" time elapsed: 00:00:08
> ----------------------------------------------------------
> <<<<<<<<<<<<<<<<<<
>
>
> Four Warnings for the same thing in submatrices.cpp Line 144, 145, 147, 148:
> warning C4244: 'argument' : conversion from 'int' to 'const
> std::complex<float>::_Ty', possible loss of data
> in the expression "ones.col(c1).sum() == Scalar(rows)" with type of Scalar
> is std::complex<float>
> by CALL_SUBTEST( submatrices(MatrixXcf(3, 3)) );
>
>
> Frank
>
>
>
>