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

2023-01-27 Thread Richard Biener via Gcc-patches
On Fri, 27 Jan 2023, Richard Sandiford wrote: > Richard Biener via Gcc-patches writes: > > On Fri, 27 Jan 2023, Kyrylo Tkachov wrote: > > > >> Thanks for fixing this Richard. > >> > >> > -Original Message- > >> > From: Gcc-patches >> > bounces+kyrylo.tkachov=arm@gcc.gnu.org> On Beha

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

2023-01-27 Thread Richard Sandiford via Gcc-patches
Richard Biener via Gcc-patches writes: > On Fri, 27 Jan 2023, Kyrylo Tkachov wrote: > >> Thanks for fixing this Richard. >> >> > -Original Message- >> > From: Gcc-patches > > bounces+kyrylo.tkachov=arm@gcc.gnu.org> On Behalf Of Richard >> > Biener via Gcc-patches >> > Sent: Friday, Ja

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

2023-01-27 Thread Richard Biener via Gcc-patches
On Fri, 27 Jan 2023, Kyrylo Tkachov wrote: > Thanks for fixing this Richard. > > > -Original Message- > > From: Gcc-patches > 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

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

2023-01-27 Thread Kyrylo Tkachov via Gcc-patches
Thanks for fixing this Richard. > -Original Message- > From: Gcc-patches 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 > Subjec

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