This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: operand_subword question
- To: Jeffrey A Law <law at cygnus dot com>
- Subject: Re: operand_subword question
- From: Richard Henderson <rth at cygnus dot com>
- Date: Wed, 8 Mar 2000 17:06:14 -0800
- Cc: gcc at gcc dot gnu dot org
- References: <8227.951970305@upchuck>
On Wed, Mar 01, 2000 at 09:11:45PM -0700, Jeffrey A Law wrote:
> Are there any ports where HOST_BITS_PER_WIDE_INT is 64, BITS_PER_WORD is 64
> which also support 128bit long doubles?
alpha-osf5, sparc64.
> We get into this hunk of code:
> Since BITS_PER_WORD != 32, we abort.
2000-01-23 Richard Henderson <rth@cygnus.com>
* emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
r~