Subject: Re: cross-compiler for sparc64
To: Andrei Petrov <and@genesyslab.com>
From: Eduardo Horvath <eeh@turbolinux.com>
List: port-sparc64
Date: 08/21/2000 09:14:18
On Fri, 18 Aug 2000, Andrei Petrov wrote:

> It looks like what it can't compile sys/lib/kern/sha1.c with
> optimization; it run hard for about 5 minutes having all cpu,
> then I recompiled it manually.

sha1.c is a known bug.  gcc gets into a recursive infinite loop,
apparently trying to track down the initial source for some operand.
(It also happens with a few other files, xsrc/xc/lib/fonts/Type1/type1.c
is another one I know of.)

Eduardo Horvath