Richard Biener via Gcc-patches <[email protected]> writes: > On Fri, 27 Jan 2023, Kyrylo Tkachov wrote: > >> Thanks for fixing this Richard. >> >> > -----Original Message----- >> > From: Gcc-patches <gcc-patches- >> > [email protected]> On Behalf Of Richard >> > Biener via Gcc-patches >> > Sent: Friday, January 13, 2023 8:05 AM >> > To: [email protected] >> > Cc: [email protected]; [email protected] >> > Subject: [PATCH 0/9] Don't add crtfastmath.o for -shared >> > >> > >> > This is a series completing the fix for PR55522 which got a fix for >> > x86-linux already but left all other targets unfixed (including >> > x86-cygwin, x86-darwin and x86-mingw32). The following series >> > applies a similar change to other specs using crtfastmath.o, >> > the changes are untested. >> > >> > Target maintainers are CCed and I hope they can smoke-test the >> > changes. >> > >> >> Do you think it's something we should mention in changes.html for GCC 13? > > Sure, I will add something once the rest of the series is approved.
Mind if I rubber-stamp OK the unreviewed changes? I don't think there's a good justification for making a different choice on different targets. Thanks, Richard
