This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-1.1.1 on x86 and 64-bit operations
- To: Urs Thuermann <urs at isnogud dot escape dot de>, egcs at egcs dot cygnus dot com
- Subject: Re: egcs-1.1.1 on x86 and 64-bit operations
- From: Richard Henderson <rth at cygnus dot com>
- Date: Sun, 28 Feb 1999 12:50:46 -0800
- References: <199902271039.LAA14031@isnogud.escape.de>
On Sat, Feb 27, 1999 at 11:39:06AM +0100, Urs Thuermann wrote:
> Is someone working on this and can better code generation for these
> cases be expected in future versions of egcs?
These are known problems with 64-bit support on 32-bit targets.
The solution involves a change of representation of double-word
types throughout the compiler. To my knowledge, no one is actively
working on it.
r~