pdp11-g77
Jim Wilson
wilson@specifixinc.com
Thu Feb 5 09:36:00 GMT 2004
Paul Koning wrote:
> 1. Change the default to -mfloat32.
> 2. Take out the selectable size and make float 32 bits, which seems
> like it would better match expectations anyway.
> 3. Have -mfloat32 supplied automatically by fortran compiles.
(3) would confuse linking C code and Fortran code together, which might
even break g77 as much of the runtime library is written in C. I don't
think this is a good option.
The size is selectable apparently because you will get poor performance
with 32-bit floats, because the FPU requires mode-switching which is
currently not implemented. So it might make sense to leave the
selectable size support in, and just change the default.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com
More information about the Gcc
mailing list