Subject: Re: cc1 got fatal signal 11
To: Jason Wright <peewee@overmind.scc.mi.org>
From: Scott Reynolds <scottr@og.org>
List: port-mac68k
Date: 03/18/1997 23:43:59
On Sun, 2 Mar 1997, Jason Wright wrote:

> cd ../obj_s; gcc -I../ncurses -I./../ncurses  -DNDEBUG -I. -I../include
> -I/usr/local/include  -DHAVE_CONFIG_H -DTERMINFO=\"/usr/local/lib/terminfo\"
> -O2 -m68030 -fpic -DPIC -c ../ncurses/lib_tparm.c
> gcc: Internal compiler error: program cc1 got fatal signal 11
> *** Error code 1
> 
> Stop.

This is a known register allocation botch in gcc 2.7.x, and I've been told
it's fixed in gcc 2.8 (which is, of course, vaporware at this point).

Some compiler hacker could probably fix this in an hour or two, but I'm
afraid I can't. :-(

--scott