Subject: Re: Compiler bug?
To: Chris Cowdery <chris@cowdery.demon.co.uk>
From: Mike Pumford <mpumford@mpc-data.co.uk>
List: port-arm32
Date: 09/26/1997 09:59:35
On Thu, 25 Sep 1997, Chris Cowdery wrote:

> Hi All,
> 	I've been trying to compile Pine. I've used their
> build script, with the parameter neb which tells it that
> it's compiling for NetBSD.
> 
> Unfortunately after a while I get the following error :
> 
> mailview.c: In function `format_header_text':
> mailview.c:1387: internal error--unrecognizable insn:
> (insn 1078 1077 569 (set (reg:SI 3 r3)
>         (smin:SI (reg:SI 3 r3)
>             (const_int 1024))) -1 (nil)
>     (nil))
> cc: Internal compiler error: program cc1 got fatal signal 6
>
I think this can be fixed by upgrading gcc to 2.7.2.1 from the patch sets 
on the ftp site. This worked for me on pine-3.95. For pine 3.96 turn the 
optimization off or the code generated is incorrect. 

Mike