Subject: Re: sparc64 internal compiler error
To: Simon Gerraty <sjg@juniper.net>
From: Andrei Petrov <and@genesyslab.com>
List: port-sparc
Date: 01/30/2001 13:37:12
On Tue, 30 Jan 2001, Simon Gerraty wrote:

> Still trying to build pkgsrc/graphics/gimp-current on sparc64:
> 
> /usr/bin/cc -c -O -Dunix -g -O -I. -I../libtiff -I/usr/pkg/include -DJPEG_SUPPORT -DZIP_SUPPORT ../libtiff/tif_dirread.c  -fPIC -DPIC -o .libs/tif_dirread.lo
> ../libtiff/tif_dirread.c: In function `TIFFFetchFloat':
> ../libtiff/tif_dirread.c:751: Internal compiler error in `convert_move', at expr.c:570
> Please submit a full bug report.
> See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
> *** Error code 1
> 
> Anyone seen this one before?  

Not exactly like this. First thing you can try is turn off optimization.
I've also heard that floating point and PIC can cause problems.

> 
> Thanks
> --sjg
>