This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]