Bug 195629

Summary: Internal gcc compiler error when building GDL 0.9prep2 source code
Product: [Fedora] Fedora Reporter: Ioannis <i.nousias>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-06-16 13:04:51 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
Preprocessed source none

Description Ioannis 2006-06-16 01:26:41 UTC
Description of problem:
compiling gdl 0.9prep2 source code using -O3 produces an internal compiler error:

datatypes.cpp: In constructor âData_< <template-parameter-1-1> >::Data_(const
dimension&, BaseGDL::InitType) [with Sp = SpDObj]â:
datatypes.cpp:3550: internal compiler error: Segmentation fault

it compiles fine with -O2


Version-Release number of selected component (if applicable):
gcc (GCC) 4.1.1 20060525 (Red Hat 4.1.1-1)
gdl-0.9pre2

How reproducible:
it happens everytime

Steps to Reproduce:
1. download gdl-0.9pre2 source files
2. set CFLAGS and CXXFLAGS to -O3 and configure
3. make

  
Actual results:
compiler internal error 

Expected results:
normal compilation

Additional info:

Comment 1 Ioannis 2006-06-16 01:26:42 UTC
Created attachment 131018 [details]
Preprocessed source

Comment 2 Jakub Jelinek 2006-06-16 13:04:51 UTC
Tracking upstream.