Bug 160026

Summary: gcc crashes when compiling the latest wine
Product: [Fedora] Fedora Reporter: Glen <glen>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED UPSTREAM QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 4CC: hk, tim
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: 2005-06-13 15:19:53 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
The preprocessed source that crashes gcc. none

Description Glen 2005-06-10 03:58:58 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4

Description of problem:
When trying to compile the latest version of wine, checked out via cvs, gcc spits out the following:

gcc -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:516: 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.
Preprocessed source stored into /tmp/ccqgw4pc.out file, please attach this to your bugreport.
make[2]: *** [dialog.o] Error 1
make[2]: Leaving directory `/home/decker/projects/wine-build/dlls/msi'
make[1]: *** [msi] Error 2
make[1]: Leaving directory `/home/decker/projects/wine-build/dlls'
make: *** [dlls] Error 2

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

How reproducible:
Always

Steps to Reproduce:
1. Try and compiler the latest version of wine.
2.
3.
  

Actual Results:  Gcc crashes.

Expected Results:  I expected gcc to compile wine.

Additional info:

Comment 1 Glen 2005-06-10 04:04:20 UTC
Created attachment 115283 [details]
The preprocessed source that crashes gcc.

Comment 2 Hans Kristian Rosbach 2005-06-10 07:14:00 UTC
I can second this error.

gcc-4.0.0-11 and yesterdays wine cvs produces crashes.

Comment 3 Jakub Jelinek 2005-06-17 13:29:12 UTC
*** Bug 160807 has been marked as a duplicate of this bug. ***