https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99652
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Doesn't really matter. On x86_64 the ABI says that double is returned in a SSE register, so people either can't return floating point types (and pass floating point arguments to functions), or shouldn't disable SSE.