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: ICE: program cc1obj got fatal signal 11



  In message <200006090418.AAA05980@hiauly1.hia.nrc.ca>you write:
  > Hi,
  > 
  > With todays CVS, the following build failure occurs:
  > 
  > /xxx/gnu/gcc-2.96/objdir/gcc/xgcc -B/xxx/gnu/gcc-2.96/objdir/gcc/ -B/usr/lo
  > cal/hppa1.1-hp-hpux10.20/bin/ -fgnu-runtime -c -o linking.o -I. -I../../../
  > libobjc   -g -O3 -DIN_GCC -DIN_TARGET_LIBS -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
You've got mis-matched parser files between the C & Objective-C front
ends.
jeff

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