This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Bug on Solaris
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: java at gcc dot gnu dot org
- Date: Thu, 10 Jan 2002 14:07:24 -0500 (EST)
- Subject: Re: Bug on Solaris
On 9 Jan 2002, Tom Tromey wrote:
> Jeff> - if (FLOAT_WORDS_BIG_ENDIAN)
> Jeff> + if (FLOAT_WORDS_BIG_ENDIAN && sizeof(num[0]) < 8)
>
> How about a comment explaining the oddity?
Sure, once I understand it myself :)
I've sent a real patch now for formal review.
Jeff