Bug 472816 - g++: Internal error: Segmentation fault (program cc1plus)
Summary: g++: Internal error: Segmentation fault (program cc1plus)
Keywords:
Status: CLOSED DUPLICATE of bug 472539
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc4
Version: 9
Hardware: x86_64
OS: Linux
medium
high
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-11-24 20:21 UTC by psmcevoy
Modified: 2008-11-27 13:02 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-11-27 13:02:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description psmcevoy 2008-11-24 20:21:49 UTC
Description of problem:  QuantLib-0.9.7 fails to build without errors


Version-Release number of selected component (if applicable):  gcc-4.3.0-8.x86_64
gcc-c++-4.3.0-8.x86_64
QuantLib-0.9.7.tar.gz

How reproducible:  Always


Steps to Reproduce:
1. Untar QuantLib-0.9.7
2. ./configure
3. make
  
Actual results:

make[1]: Entering directory `Quantlib/QuantLib-0.9.7/test-suite'
if g++ -DHAVE_CONFIG_H -I. -I. -I../ql  -I.. -I.. -DQL_WORKING_BOOST_STREAMS   -g -O2 -Wall -MT riskstats.o -MD -MP -MF ".deps/riskstats.Tpo" -c -o riskstats.o riskstats.cpp; \
	then mv -f ".deps/riskstats.Tpo" ".deps/riskstats.Po"; else rm -f ".deps/riskstats.Tpo"; exit 1; fi
g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
make[1]: *** [riskstats.o] Error 1
make[1]: Leaving directory `/mnt/nfs/192.168.1.2/home/pmcevoy/Download/Quantlib/QuantLib-0.9.7/test-suite'
make: *** [all-recursive] Error 1


Expected results:

make of riskstats.o without errors


Additional info:

Comment 1 Jakub Jelinek 2008-11-27 13:02:08 UTC

*** This bug has been marked as a duplicate of bug 472539 ***


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