Re: [eigen] ICE with gcc-4.4.3 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] ICE with gcc-4.4.3
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Tue, 9 Feb 2010 07:10:35 -0500
- 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=6vzj9NeGkXMTlhG9R9Pd9Uh6N4RfzGlYTICSlpqJ5O4=; b=M4fqz9Icl1UmGVIsJjmNA5uQvmW55+BuwqvLfyArYpkv7VIpJUMSG0RsX7Q5Zq6Mx+ mrDPbvly33CwGcAoS/xeHS0QVTfQDto0xLhF6++A7xWJ0bDtMKklP2QnQxhoQ/uMCvwH /TxdWgbxKDB3TXITDOgt5kTVH0vLv58H+Iv3A=
- 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=cpjFn9uHXeZ0n3SHH63dt/djXNBvGgbO3rXLD8bSZc938F6rNe2/dxUPfaUgTvt6Jd P89L7eZS4OLzr2YVzy/hbCjI5De4WwjYXjXBcKlkLllfgPcdam9DxESkV8YQMmD7EmRw oCsG1P6cOG/uJv/hSUZ7k5sCFLHwcstwhuJaM=
Or, if it's not easy to isolate a short test case, can you generate
the preprocessed sources. For that, rebuild your project with
VERBOSE=1 make ...
so you see the actual g++ command lines. Then copy and paste the
relevant command line and add -save-temps. This will generate a .ii
file. You can then reproduce by just doing:
g++ filename.ii
So can you compress this file and attach filename.ii.bz2 to an email
to this list...
Benoit
2010/2/9 Helmut Jarausch <jarausch@xxxxxxxxxxxxxxxxxxx>:
> On 9 Feb, Thomas Capricelli wrote:
>>
>> I've updated gcc last night, and now when compiling with eigen trunk, i got an internal compiler error (aka, gcc segfaults) on
>> ../../eigen/Eigen/src/Core/DenseStorageBase.h:516:
>>
>> It's reproduceable in the sense that several of my *cpp triggers this, through different include 'paths'....
>>
>> Do you have the same problem?
>
> Could you please post a short example? (I have gcc-4.4.3 running on my
> Gentoo system)
>
> Helmut.
>
> --
> Helmut Jarausch
>
> Lehrstuhl fuer Numerische Mathematik
> RWTH - Aachen University
> D 52056 Aachen, Germany
>
>
>