Bug 152077

Summary: ICE compiling wine
Product: [Fedora] Fedora Reporter: Todd Mokros <tmokros>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: atu.guda
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: 4.0.0-0.39 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-04 11:47:40 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 file resulting in ICE none

Description Todd Mokros 2005-03-24 18:33:24 UTC
Description of problem:
while compiling wine(current cvs) with gcc-4.0.0-0.35, I ran into the following ICE:

 gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__   -D_REENTRANT
-fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing
-Wpointer-arith  -O2 -Wall -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -m32 -march=i386
-mtune=pentium4 -o profile.o profile.c
profile.c: In function 'OpenColorProfileW':
profile.c:839: internal compiler error: in cgraph_mark_reachable_node, at
cgraph.c:477
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
{standard input}: Assembler messages:
{standard input}:2231: Warning: partial line at end of file ignored
Preprocessed source stored into /tmp/ccwmUUyZ.out file, please attach this to
your bugreport.

The preprocessed source file should be attached.

Version-Release number of selected component (if applicable):
gcc-4.0.0-0.35

How reproducible:
everytime

Steps to Reproduce:
1. compiling current wine cvs, error occurs on dlls/mscms/profile.c
2.
3.
  
Actual results:


Expected results:


Additional info:
I saw that gcc-4.0.0-0.36 was in fedora core cvs, so I'm currently having a go
at building it.  I'll update the bug if it changes anything.

Comment 1 Todd Mokros 2005-03-24 18:33:25 UTC
Created attachment 112324 [details]
preprocessed source file resulting in ICE

Comment 2 Anton Guda 2005-03-31 14:37:47 UTC
It seems to be the same or similar error while build dvgrab-1.7-3: 
 
if g++ -DHAVE_CONFIG_H -I. -I. -I.    -D_REENTRANT -D_FILE_OFFSET_BITS=64 -O2 
-g -pipe -Wp,-D_FORTIFY_SOURCE=2 -m32 -march=i586 -mtune=pentium2 -MT dvgrab.o 
-MD -MP -MF ".deps/dvgrab.Tpo" -c -o dvgrab.o dvgrab.cc; \ 
then mv -f ".deps/dvgrab.Tpo" ".deps/dvgrab.Po"; else rm -f 
".deps/dvgrab.Tpo"; exit 1; fi 
dvgrab.cc: In constructor 'DVgrab::DVgrab(int, char**)': 
dvgrab.cc:220: internal compiler error: in cgraph_mark_reachable_node, at 
cgraph.c:477