Description of problem: GCC error while attempting to build updated Wine package (trying to see if bugs are fixed in newer version before entering bug report on Wine) Version-Release number of selected component (if applicable): gcc-4.3.0-8.i386 binutils-2.18.50.0.6-5.fc9.i386 How reproducible: Ran build 3 times in a row, got exact same result. Steps to Reproduce: 1. Attempt to build wine-1.1.2-1.fc10.src.rpm on Fedora 9 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 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o menu.o menu.c {standard input}: Assembler messages: {standard input}:7540: Warning: end of file not at end of a line; newline inserted {standard input}:8102: Error: unknown pseudo-op: `.lbe11' 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 Expected results: No seg fault. Additional info:
*** This bug has been marked as a duplicate of bug 440139 ***