Bug 109702

Summary: gcc v. 3.3.2-1 seg faults compiling XFree86 with -O2
Product: [Fedora] Fedora Reporter: Pete Snider <psnider>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED WORKSFORME QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 1   
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: 2004-10-04 06:20:08 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 compiler output file from reported seg fault. none

Description Pete Snider 2003-11-11 02:39:19 UTC
Description of problem:


Compiling XFree86 xc/lib/font/Speedo/module/spfile.o with -O2 option
causes compiler to seg. fault.  Of course, using -g option the file
compiles without a problem.  

Version-Release number of selected component (if applicable):
gcc-3.3.2-1

How reproducible:
Everytime

Steps to Reproduce:
1. download the latest XFree86 code from the cvs tree
2. execute 'make World'
When the make reaches the xc/lib/font directory, the compile coredumps
with various files including xc/lib/font/Speedo/module/spfile.c

  
Actual results:
Multiple source files in xc/lib/font directories causes gcc compiler
to seg. fault.

Expected results:
Compiler produce a valid object file....

Additional info:

Comment 1 Pete Snider 2003-11-11 02:42:39 UTC
Created attachment 95894 [details]
preprocessed compiler output file from reported seg fault.

Comment 2 Richard Henderson 2004-10-04 06:20:08 UTC
No ICE here with that compiler version.