This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

c/6199: Internal Compiler Error while compiling Wine with gcc-20020401



>Number:         6199
>Category:       c
>Synopsis:       Internal Compiler Error while compiling Wine with gcc-20020401
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Sat Apr 06 00:26:08 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Christian Casteyde
>Release:        gcc (GCC) 3.1 20020401 (prerelease
>Organization:
>Environment:
Linux 2.4.18 (gcc 3.0.4 compiled) on x86, glibc 2.2.5, XFree 4.2.0
>Description:
Internal compiler error while compiling file
./memory/selector.c of Wine snapshot 20020310.
Wine was simply configured as:

CFLAGS="-O2 -pipe -march=pentiumpro" ./configure
make depend
make

Full error message issued by GCC:

gcc -c -I. -I. -I../include -I../include  -O2 -pipe -march=pentiumpro -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o selector.o selector.c
cc1: warning: changing search order for system directory "/usr/X11R6/include"
cc1: warning:   as it has already been specified as a non-system directory
selector.c: In function `SELECTOR_SetEntries':
selector.c:174: Internal compiler error in do_SUBST, at combine.c:439
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [selector.o] Error 1
make[3]: Leaving directory `/mnt/src/wine-20020310/memory'
make[2]: *** [../../memory/memory.o] Error 2
make[2]: Leaving directory `/mnt/src/wine-20020310/dlls/ntdll'
make[1]: *** [ntdll/libntdll.so] Error 2
make[1]: Leaving directory `/mnt/src/wine-20020310/dlls'
make: *** [dlls] Error 2

GCC was itself compiled with :

CFLAGS="-O2 -pipe -march=pentiumpro" \
../gcc-20020401/configure --enable-shared \
--enable-thread --enable-long-long --prefix=/usr \
--with-gxx-include-dir=/usr/include/g++
>How-To-Repeat:
Compile Wine 20020310 snapshot
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]