Bug 691133 - internal compiler error: in convert_move, at expr.c:324
Summary: internal compiler error: in convert_move, at expr.c:324
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: 15
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 672395
TreeView+ depends on / blocked
 
Reported: 2011-03-26 23:55 UTC by Rich Mattes
Modified: 2011-04-24 04:09 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-04-24 04:09:04 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Preprocessed source that GCC suggested attaching to the bug report (1.98 MB, application/octet-stream)
2011-03-26 23:55 UTC, Rich Mattes
no flags Details
preprocessed source without extra rpmbuild flags (1.92 MB, application/octet-stream)
2011-03-27 00:11 UTC, Rich Mattes
no flags Details

Description Rich Mattes 2011-03-26 23:55:30 UTC
Created attachment 487968 [details]
Preprocessed source that GCC suggested attaching to the bug report

Description of problem:
When compiling examples from the eigen3 library, one of the tests triggers an Internal Compiler Error:

/home/rich/Source/eigen-eigen-65ee2328342f/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h: In member function ‘Eigen::MatrixFunction<MatrixType, 1>::DynMatrixType Eigen::MatrixFunction<MatrixType, 1>::solveTriangularSylvester(const DynMatrixType&, const DynMatrixType&, const DynMatrixType&) [with MatrixType = Eigen::Matrix<std::complex<double>, -0x00000000000000001, -0x00000000000000001>, Eigen::MatrixFunction<MatrixType, 1>::DynMatrixType = Eigen::Matrix<std::complex<double>, -0x00000000000000001, -0x00000000000000001>, typename MatrixType::Scalar = std::complex<double>]’:
/home/rich/Source/eigen-eigen-65ee2328342f/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h:468:2: internal compiler error: in convert_move, at expr.c:324

Version-Release number of selected component (if applicable):
gcc-4.6.0-0.15.fc15.x86_64

How reproducible:
Attempt to run "make doc" in the eigen3

Steps to Reproduce:
1. Download eigen3 source: http://bitbucket.org/eigen/eigen/get/3.0.0.tar.bz2
2. Extract source and build doc target using default settings (mkdir build; cd build; cmake ..; make doc)
3. Experience error
  
Actual results:
Compiler error

Expected results:
Examples build successfully.

Additional info:
The same source builds using gcc from Fedora 14 (tested in mock).

Comment 1 Rich Mattes 2011-03-27 00:11:16 UTC
Created attachment 487969 [details]
preprocessed source without extra rpmbuild flags

Accidentally uploaded a dump from rpmbuild, this dump doesn't have any of the extra cflags rpmbuild adds.

Comment 2 Tim Niemueller 2011-04-17 23:41:25 UTC
This problem seems to be solved in the current F-15 version of GCC. I could compile eigen3 just fine with a little patch (see review). Rich, can you check and close this bug if it works for you?

Comment 3 Rich Mattes 2011-04-24 04:09:04 UTC
I've checked, I'm no longer seeing this bug in the 4.6.0-5.fc15 release.  I'll go ahead and close this bug report.


Note You need to log in before you can comment on or make changes to this bug.