https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61215
Bug ID: 61215
Summary: ICE building wine-1.7.19 with gcc-4.9-20140514
Product: gcc
Version: 4.9.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: chris2553 at googlemail dot com
Created attachment 32815
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32815&action=edit
Preprcessed source file
I've bumped into an ICE when building wine-1.7.19 with gcc-4.9-20140514. The
build wine completes successfully with gcc-4.8-20140514.
My system is a 32 bit user space running on a 64 bit kernel built from the
latest 3.15.0 development sources. The hardware is a Fujitsu Lifebook AH531
laptop with 8GB RAM.
The gcc build is configured with:
--prefix=/usr --build=i386-pc-linux-gnu --host=i386-pc-linux-gnu
--target=i386-pc-linux-gnu --infodir=/usr/info --mandir=/usr/man
--enable-shared --disable-static --with-system-zlib --enable-threads=posix
--enable-haifa --enable-languages=c,c++ --enable-long-long --enable-namespaces
--enable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --without-x
--disable-werror --disable-checking --enable-__cxa_atexit --disable-nls
--without-included-gettext i386-pc-linux
The command that triggers the ICE is:
gcc -c -o schedsvc.o schedsvc.c -I. -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wempty-body -Wignored-qualifiers -Wstrict-prototypes -Wtype-limits
-Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
-fno-omit-frame-pointer -O3 -march=i686 -fno-omit-frame-pointer
The compiler output is:
schedsvc.c: In function 'SchRpcGetInstanceInfo':
schedsvc.c:613:1: internal compiler error: Segmentation fault
}
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
The preprocessed file (compressed with xz) is attached.