This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrapping with objc enabled busted
Alan Modra wrote:-
> On Mon, Jul 29, 2002 at 10:15:26PM +0930, Alan Modra wrote:
> > When bootstrapping mainline on powerpc-linux
> >
> > /usr/tmp/ppc/gcc-curr/gcc/xgcc -B/usr/tmp/ppc/gcc-curr/gcc/ -B/usr/local/powerpc-linux/bin/ -B/usr/local/powerpc-linux/lib/ -isystem /usr/local/powerpc-linux/include -fgnu-runtime -c -I. -I/src/gcc-current/libobjc -O2 -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -I/src/gcc-current/libobjc/objc -I/src/gcc-current/libobjc/../gcc -I/src/gcc-current/libobjc/../gcc/config -I../../gcc -I/src/gcc-current/libobjc/../include /src/gcc-current/libobjc/NXConstStr.m -o NXConstStr.o
> > /src/gcc-current/libobjc/objc/hash.h:204: internal compiler error: internal error: Segmentation fault
>
> Sorry for the confused bug-report. I think a problem with my
> bootstrap compiler caused the above, while adding -v -save-temps to
> the above command line caused the problem below.
>
> So a recipe for reproducing the problem is to take the NXConstStr.m
> command line from your latest bootstrap, and add -save-temps.
Sorry, you've lost me. Are you saying it's my change of 7/7? If so,
I'll investigate once I get a chance.
Neil.