https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125255
Jose E. Marchesi <jemarch at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jemarch at gcc dot gnu.org
--- Comment #1 from Jose E. Marchesi <jemarch at gcc dot gnu.org> ---
This happens because the implementation of `float' in libga68 is the one
suggested in the Revised Report, and back then IEEE754 didn't exist.
We need to adapt that procedure (and likely also `fixed' and othes) to handle
IEEE754 better.