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


Martin Kahlert writes:
 > > However for building gcj we don't support non-GCC host compilers, so
 > > "sizeof(HOST_WIDE_INT) >= 8" is probably a safe bet.
 > 
 > This makes the byte swap unneccessary on all architectures, doesn't it?

Only if gcj is built with HOST_WIDE_INT == long long.  There's no rule
that says it will be.  gcc may be smaller and faster with
HOST_WIDE_INT == long.

 Andrew.


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