Bug 802448 - /usr/include/armadillo_bits/Mat_bones.hpp:429:5: internal compiler error: in copy_binfo, at cp/tree.c:1250
Summary: /usr/include/armadillo_bits/Mat_bones.hpp:429:5: internal compiler error: in ...
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: rawhide
Hardware: All
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-12 15:01 UTC by Orion Poplawski
Modified: 2012-03-23 11:27 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-23 11:27:54 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
ccQh8ELT.out (2.36 MB, application/octet-stream)
2012-03-12 15:01 UTC, Orion Poplawski
no flags Details


Links
System ID Private Priority Status Summary Last Updated
GNU Compiler Collection 52685 0 None None None Never

Description Orion Poplawski 2012-03-12 15:01:15 UTC
Created attachment 569429 [details]
ccQh8ELT.out

Description of problem:

# cat testarmadillo.cpp 
#include <armadillo>
int main(int argc, char** argv) { arma::mat matInput(2,2); const arma::mat& matInv = arma::inv(matInput); return 0; }
# c++ testarmadillo.cpp -o testarmadillo -larmadillo
In file included from /usr/include/armadillo:141:0,
                 from testarmadillo.cpp:1:
/usr/include/armadillo_bits/Mat_bones.hpp:429:5: internal compiler error: in copy_binfo, at cp/tree.c:1250
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/ccQh8ELT.out file, please attach this to your bugreport.

Version-Release number of selected component (if applicable):
gcc-4.7.0-0.16.fc17.x86_64

How reproducible:
Everytime

Comment 1 Jakub Jelinek 2012-03-23 11:27:54 UTC
Tracking this upstream.


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