Description of problem: When trying to compile wine from git: make[2]: Entering directory `/home/chris/Programs/wine/dlls/user32/tests' 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}:7412: Warning: end of file not at end of a line; newline inserted {standard input}:7745: Error: unknown pseudo-op: `.l' gcc: Internal error: Segmentation fault (program cc1) Please submit a full bug report. See <http://bugzilla.redhat.com/bugzilla> for instructions. make[2]: *** [menu.o] Error 1 make[2]: Leaving directory `/home/chris/Programs/wine/dlls/user32/tests' make[1]: *** [user32/tests] Error 2 make[1]: Leaving directory `/home/chris/Programs/wine/dlls' make: *** [dlls] Error 2 Version-Release number of selected component (if applicable): gcc 4.3.0 20080428 (Red Hat 4.3.0-8) How reproducible: gcc crashes every time I try to compile this file. Steps to Reproduce: 1. Download wine from git (2008-06-14) 2. ./configure 3. make depend && make Actual results: gcc crashes when trying to compile wine/dlls/user32/tests/menu.c Expected results: menu.o Additional info:
$ file core.12885 core.12885: ELF 32-bit LSB core file Intel 80386, version 1 (SYSV), SVR4-style, from '/usr/libexec/gcc/i386-redhat-linux/4.3.0/cc1 -quiet -I. -I. -I../../../include' The compiler is crashing while generating menu.s.
*** This bug has been marked as a duplicate of 440139 ***