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]

c/1554: seg fault while in stage1/xgcc ... c-decl.c



>Number:         1554
>Category:       c
>Synopsis:       seg fault while in stage1/xgcc ... c-decl.c
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jan 04 20:26:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     ??
>Release:        gcc-ss-20000101
>Organization:
>Environment:
cygwin under windows 2000
>Description:
When bootstrapping the compiler, the following occurs:

stage1/xgcc.exe -Bstage1/ -B/cygdrive/c/Pete/i686-pc-cygwin/bin/ -c  -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include ../../gcc/gcc/c-decl.c -o c-decl.o
../../gcc/gcc/c-decl.c: In function `finish_decl':
../../gcc/gcc/c-decl.c:3761: Internal error: Segmentation fault.

>How-To-Repeat:
1) check out against the tag : gcc_ss_20000101
2) configure with the following:../gcc/configure --prefix=$(BASEDIR) --enable-languages="objc,g++" --enable-objc-gc --disable-nls
3) make bootstrap
3) 
>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]