http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45273
Richard Guenther <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|4.4.7 |4.8.0 --- Comment #7 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-20 12:38:42 UTC --- OTOH, nowadays all(?) host platforms we support have IEEE enough compliant HW floating-point (well, details like signed zeros and NaNs/Infs are not really relevant for GCC) that a hwfloat.h could provide a mapping to a 32bit / 64bit IEEE float format? Else the patch certainly looks good to me, but lets queue it for 4.8 (I remembered you posted patches to remove sreal.c, did you?)