https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29253
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2008-02-04 14:27:46 |2021-8-8 --- Comment #12 from Andrew Pinski <pinskia at gcc dot gnu.org> --- This is still true as far as I can tell by reading the code. The case where it will happen is REAL_MODE_FORMAT does not have a simple sign bit or GET_MODE_SIZE (mode) <= UNITS_PER_WORD && the mode does not exist Which I think the first is true for IBM 128bit long doubles. Note I don't know if IBM 128bit long double is an important use case.