Bug 451420

Summary: Compiler crash with gcc 4.3.0
Product: [Fedora] Fedora Reporter: Chris Rankin <rankincj>
Component: gcc4Assignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-06-15 22:39:44 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:

Description Chris Rankin 2008-06-14 11:08:37 UTC
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:

Comment 1 Chris Rankin 2008-06-14 11:19:18 UTC
$ 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.

Comment 2 Jakub Jelinek 2008-06-15 22:39:44 UTC

*** This bug has been marked as a duplicate of 440139 ***