Re: [PATCH] fortran: add intrinsic doc for trig functions with half revolutions

2025-06-11 Thread Tobias Burnus
Hi Yuao, Yuao Ma wrote: Fixed in this patch. Thinking about tex is always a pain... > Additionally, I think all "half-revolutions" should be "half revolutions" Thanks! I have another nit:     * intrinsic.texi: Add new doc. Reorder doc for atand. The first part is not really clear. I hav

Re: [PATCH, part1] Fortran: various fixes for STAT/LSTAT/FSTAT intrinsics [PR82480]

2025-06-11 Thread Steve Kargl
On Wed, Jun 11, 2025 at 10:18:37PM +0200, Harald Anlauf wrote: > > the attached patch is a first attempt to fix some issues with the GNU > intrinsics STAT/LSTAT/FSTAT which are g77 heritage. This patch is > preparatory for dealing with the issue reported in PR82480 in that > the default version o

[PATCH, part1] Fortran: various fixes for STAT/LSTAT/FSTAT intrinsics [PR82480]

2025-06-11 Thread Harald Anlauf
Dear all, the attached patch is a first attempt to fix some issues with the GNU intrinsics STAT/LSTAT/FSTAT which are g77 heritage. This patch is preparatory for dealing with the issue reported in PR82480 in that the default version of theses intrinsics use INTEGER(KIND=4) results that may overf

Re: [PATCH] libfortran: Simplify Makefile logic

2025-06-11 Thread Iain Sandoe
> On 11 Jun 2025, at 15:17, FX Coudert wrote: > > Hi, > >> I am just wondering if the order in Makefile.am as it is now is needed. E.g. >> pack_* follows pow_* and some other are not lexicographicaly ordered. Are >> there >> dependencies that necessitate this? Or could you just sort them, so

Re: [PATCH] libfortran: Simplify Makefile logic

2025-06-11 Thread FX Coudert
Hi, > I am just wondering if the order in Makefile.am as it is now is needed. E.g. > pack_* follows pow_* and some other are not lexicographicaly ordered. Are > there > dependencies that necessitate this? Or could you just sort them, so that > looking up files is easier for humans? I think they

Re: [PATCH] libfortran: Simplify Makefile logic

2025-06-11 Thread Andre Vehreschild
Hi FX, I am just wondering if the order in Makefile.am as it is now is needed. E.g. pack_* follows pow_* and some other are not lexicographicaly ordered. Are there dependencies that necessitate this? Or could you just sort them, so that looking up files is easier for humans? Besides the comment,

Re: [PATCH] fortran: add intrinsic doc for trig functions with half-revolutions

2025-06-11 Thread Tobias Burnus
Hi Yuao, Yuao Ma wrote: This patch is a follow-up to commit r16-938-ge8fdd55ec90749. In this patch, we add intrinsic documentation for the newly added trig functions with half-revolutions. We also reorder the documentation for `atand` to place it in correct alphabetical order. When I try to