[PATCH] gcc: remove atan from edom_only_function

2025-06-24 Thread Yuao Ma
Hi Richard, > OK. > > Thanks, > Richard. Thanks for the quick review! Could you please help me merge this patch? I'll post the rest of the original patch soon. Thanks, Yuao

Re: [PATCH] gcc: remove atan from edom_only_function

2025-06-24 Thread Richard Biener
On Tue, Jun 24, 2025 at 11:31 AM Yuao Ma wrote: > > Hi Richard, > > > OK. > > > > Thanks, > > Richard. > > Thanks for the quick review! Could you please help me merge this patch? I'll > post the rest of the original patch soon. I pushed it. Richard. > Thanks, > Yuao >

Re: [PATCH] gcc: remove atan from edom_only_function

2025-06-24 Thread Richard Biener
On Mon, Jun 23, 2025 at 6:19 PM Yuao Ma wrote: > > Hi all, > > This patch addresses previous review feedback by splitting the atan handling > into a separate patch. > This patch is part of > https://gcc.gnu.org/pipermail/fortran/attachments/20250607/4a4a9cb6/attachment.obj > > Please take a look

[PATCH] gcc: remove atan from edom_only_function

2025-06-23 Thread Yuao Ma
Hi all, This patch addresses previous review feedback by splitting the atan handling into a separate patch. This patch is part of https://gcc.gnu.org/pipermail/fortran/attachments/20250607/4a4a9cb6/attachment.obj Please take a look when you are available. Thanks! Best regards, Yuao 0001-gcc-