Bug 160807

Summary: Internal compiler error building dialog.c in WINE CVS
Product: [Fedora] Fedora Reporter: Tim Smith <tim>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-06-17 13:29: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 source from compiler none

Description Tim Smith 2005-06-17 13:27:30 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.4; Linux) KHTML/3.4.0 (like Gecko)

Description of problem:
make[2]: Entering directory `/local/tim/build/wine/dlls/msi'  
gcc -m32 -c -I. -I. -I../../include -I../../include  -D__WINESRC__    
-D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2  
-fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2 -o dialog.o dialog.c  
dialog.c: In function âmsi_dialog_scrolltext_controlâ:  
dialog.c:517: internal compiler error: in gimple_add_tmp_var, at  
gimplify.c:532  
Please submit a full bug report,  
with preprocessed source if appropriate.  
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.  
 
Will attach preprocessed source in a minute 

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

How reproducible:
Always

Steps to Reproduce:
1. Check out WINE CVS 
2. Configure with CC='gcc -m32' ./configure --x-libraries=/usr/X11R6/lib 
3. make 
   

Actual Results:  See description  

Additional info:

Comment 1 Jakub Jelinek 2005-06-17 13:29:08 UTC

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

Comment 2 Tim Smith 2005-06-17 13:29:26 UTC
Created attachment 115608 [details]
Preprocessed source from compiler