https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117712
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org,
| |law at gcc dot gnu.org,
| |ptomsich at gcc dot gnu.org,
| |tsamismanolis at gmail dot com
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Makes me wonder then why i386 and other backends also don't use (fix:?I (fix:?F
) )
and (unsigned_fix:?I (fix:?F ) ) when it is truncating to zero, because as
described in rtl.texi fix/unsigned_fix alone don't specify the rounding.