https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83810
Oleg Endo <olegendo at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |olegendo at gcc dot gnu.org Resolution|--- |DUPLICATE --- Comment #1 from Oleg Endo <olegendo at gcc dot gnu.org> --- The SH target option -m4-single-only forces all doubles to be 32 bit floats. Some SH variants (e.g. SH2E) have only 32 bit float hardware and all doubles are forced to be 32 bit floats. See also PR 36939. *** This bug has been marked as a duplicate of bug 36939 ***