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]

Re: Internal compiler error: program cc1obj got fatal signal 11


> 
> The following error occurs during make bootstrap for egcs-2.93.04 19990203
> under hpux9:
> 
> /local/hppa1.1-hp-hpux9.01/bin/ -fgnu-runtime -c -o linking.o -I. -I../../../libobjc   -g -O3 -DIN_GCC -I../../../libobjc/objc  -I../../../libobjc/../gcc -I../../../libobjc/../gcc/config -I../../gcc -I../../../libobjc/../include ../../../libobjc/linking.m
> In file included from ../../../libobjc/objc/Object.h:30,
> 		 from ../../../libobjc/linking.m:28:
> ../../../libobjc/objc/objc.h:51: parse error before `const'
> xgcc: Internal compiler error: program cc1obj got fatal signal 11
> make[2]: *** [linking.o] Error 1

The segmentation fault is here:

#0  split_specs_attrs (specs_attrs=0x400450b0, declspecs=0x4000afe4,
    prefix_attributes=0x4000afe8) at ../../gcc/c-common.c:1047
1047              while (TREE_CHAIN (a) != NULL_TREE)
(gdb) bt
#0  split_specs_attrs (specs_attrs=0x400450b0, declspecs=0x4000afe4,
    prefix_attributes=0x4000afe8) at ../../gcc/c-common.c:1047
#1  0x1a863c in yyparse () at objc-parse.y:915
#2  0x33a50 in compile_file (name=0x40021dc0 "") at ../../gcc/toplev.c:2974
#3  0x3a46c in main (argc=11, argv=0x7b0351e0) at ../../gcc/toplev.c:5273

-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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