Re: [PATCH 0/9] Don't add crtfastmath.o for -shared

2023-01-27 Thread Richard Biener via Gcc-patches
ches >> > bounces+kyrylo.tkachov=arm@gcc.gnu.org> On Behalf Of Richard > >> > Biener via Gcc-patches > >> > Sent: Friday, January 13, 2023 8:05 AM > >> > To: gcc-patches@gcc.gnu.org > >> > Cc: hongtao@intel.com; ubiz...@gmail.com >

Re: [PATCH 0/9] Don't add crtfastmath.o for -shared

2023-01-27 Thread Richard Sandiford via Gcc-patches
>> > Biener via Gcc-patches >> > Sent: Friday, January 13, 2023 8:05 AM >> > To: gcc-patches@gcc.gnu.org >> > Cc: hongtao....@intel.com; ubiz...@gmail.com >> > Subject: [PATCH 0/9] Don't add crtfastmath.o for -shared >> > >> > &

RE: [PATCH 0/9] Don't add crtfastmath.o for -shared

2023-01-27 Thread Richard Biener via Gcc-patches
13, 2023 8:05 AM > > To: gcc-patches@gcc.gnu.org > > Cc: hongtao@intel.com; ubiz...@gmail.com > > 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 alrea

RE: [PATCH 0/9] Don't add crtfastmath.o for -shared

2023-01-27 Thread Kyrylo Tkachov via Gcc-patches
om; ubiz...@gmail.com > 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 seri

Re: [PATCH 0/9] Don't add crtfastmath.o for -shared

2023-01-13 Thread Hongtao Liu via Gcc-patches
On Fri, Jan 13, 2023 at 4:05 PM Richard Biener via Gcc-patches wrote: > > > 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 cha

[PATCH 0/9] Don't add crtfastmath.o for -shared

2023-01-13 Thread Richard Biener via Gcc-patches
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 maintai