Description of problem: I am trying to build Wine 1.1.7. I have downloaded the latest source tree and I am trying to build it. gcc crashes with premature EOF whilst compiling ~/wine/dlls/user32/tests/menu.c Version-Release number of selected component (if applicable): gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8) How reproducible: Every time 100% Steps to Reproduce: 1. Download the latest Wine (1.1.7) source tree 2. Try building it. 3. Actual results: gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o menu.o menu.c {standard input}: Assembler messages: {standard input}:7408: Warning: end of file not at end of a line; newline inserted gcc: Internal error: Segmentation fault (program cc1) Please submit a full bug report. See <http://bugzilla.redhat.com/bugzilla> for instructions. Expected results: Err, I expect it to compile, and not bomb out ?! Additional info:
Remove the -pipe and -O2 options and it compiles OK
*** This bug has been marked as a duplicate of bug 440139 ***