This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

Java floating-point mess



> The Java front end has a number of places that assume not only that
> the host and target floating point formats are identical, but that
> both are IEEE.  I've tried to get rid of them, but run afoul of its
> not being possible to link real.o into gcjh -- it wants to drag in
> most of the back end.

Originally, real.o did not drag in anything, as it had to fit into
an independent test harness.  That will have to happen again, in order
to test C99 features.  Maybe this would be an excuse to do some of that
work, or at least find out why you are having trouble.

>From the IEEE fanatics though, I got the impression that Java was
supposed to work the same on all computers so you would have to
provide a run-time emulator if your computer was not IEEE.  Is that
the specification or was that just political propaganda?






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