Bug 802448

Summary: /usr/include/armadillo_bits/Mat_bones.hpp:429:5: internal compiler error: in copy_binfo, at cp/tree.c:1250
Product: [Fedora] Fedora Reporter: Orion Poplawski <orion>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: jakub, law
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-23 11:27:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
ccQh8ELT.out none

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.