Subject: Re: PR 2443: NQNFS problems
To: Paul Kranenburg <pk@cs.few.eur.nl>
From: Frank van der Linden <frank@fwi.uva.nl>
List: port-sparc
Date: 05/26/1996 00:57:46
Quoting Paul Kranenburg,

> (sigh)  Yes, I can reproduce it. The problem is not in the NFS code, but
> rather in gcc's code generation for the sparc.

> gcc thinks it can use a FP register to store a `u_quad_t' value into
> memory. Apparently, it is only inclined to do so if it runs out of
> available registers, e.g. when compiling into leaf routines.

Apart from fixing gcc, would adding -mno-fp-regs to the CC flags work?

- Frank