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:
Created attachment 115283 [details] The preprocessed source that crashes gcc.
I can second this error. gcc-4.0.0-11 and yesterdays wine cvs produces crashes.
*** Bug 160807 has been marked as a duplicate of this bug. ***