Bug 459913

Summary: gcc 4.3.0-8: Internal error during compilation of wine, error: no such instruction: `m'
Product: [Fedora] Fedora Reporter: Damian Wrobel <dwrobel>
Component: gcc4Assignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-08-29 07:19:34 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:
Attachments:
Description Flags
preprocessed version of the wine/dlls/user32/tests/menu.c none

Description Damian Wrobel 2008-08-24 13:26:31 UTC
Created attachment 314883 [details]
preprocessed version of the wine/dlls/user32/tests/menu.c

Description of problem:
gcc crashed during compilation of wine source repository

Version-Release number of selected component (if applicable):
gcc-java-4.3.0-8.i386
gcc-gfortran-4.3.0-8.i386
gcc-debuginfo-4.3.0-8.i386
ccache-debuginfo-2.4-13.fc9.i386
libgcc-4.3.0-8.i386
gcc-c++-4.3.0-8.i386
gcc-4.3.0-8.i386
ccache-2.4-13.fc9.i386
cpp-4.3.0-8.i386


How reproducible:
100%

Steps to Reproduce:
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-E.o menu-E.c
  
Actual results:
gcc: Internal error: Segmentation fault (program cc1)
Please submit a full bug report.
See <http://bugzilla.redhat.com/bugzilla> for instructions.

Program exited with code 01.


Expected results:
Properly compiled object file.

Comment 1 Jakub Jelinek 2008-08-29 07:19:34 UTC

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