Re: [RFC] Add multi-attributes syntax to future `target_clones` in GFortran

2025-07-10 Thread David Edelsohn
Thanks for your interest to contribute to GCC. This request should be directed to the GNU Fortran mailing list. Thanks, David On Thu, Jul 10, 2025 at 1:44 PM 泽邦 贺 via Gcc wrote: > Dear GCC developers, > > Hello everyone! > > I am a member of the OSPP open source community who is very intereste

[PATCH, libgfortran] aix: Fix building fat library for AIX

2024-05-06 Thread David Edelsohn
aix: Fix building fat library for AIX With the change in subdirectories, the code for libgfortran fat libraries needs to be adjusted to explicitly reference the subdirectory. AIX creates fat library archives and the compiler itself can be built as either 32 bit or 64 bit appli

Re: Test with an lto-build of libgfortran.

2023-09-28 Thread David Edelsohn via Fortran
On Thu, Sep 28, 2023 at 4:00 PM Toon Moene wrote: > On 9/28/23 21:26, Jakub Jelinek wrote: > > > It is worse than that, usually the LTO format changes e.g. any time any > > option or parameter is added on a release branch (several times a year) > and > > at other times as well. > > Though, admitt

Re: Inquiry: Country of Origin for gfortran

2022-07-17 Thread David Edelsohn via Fortran
Should this question be posed to the Linux distribution that NASA is using? Thanks, David On Sun, Jul 17, 2022 at 4:56 AM Thomas Koenig via Gcc wrote: > > Hi Cynthia, > > > Hello, my name is Cynthia and I am a Supply Chain Risk Management > > Analyst at NASA. NASA is currently conducting a sup

libgfortran bootstrap failure

2022-01-11 Thread David Edelsohn via Fortran
The recent patch to support Power IEEE128 causes a bootstrap failure on AIX and possibly all non-GLIBC systems. +#if defined(__powerpc64__) && __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ \ +&& defined __GLIBC_PREREQ && __GLIBC_PREREQ (2, 32) +#define POWER_IEEE128 1 +#endif __GLIBC_PREREQ is te

Re: [power-ieee128] OPEN CONV

2022-01-08 Thread David Edelsohn via Fortran
On Sat, Jan 8, 2022 at 1:59 PM Michael Meissner wrote: > > On Sat, Jan 08, 2022 at 03:18:07PM +0100, Jakub Jelinek wrote: > > On Sat, Jan 08, 2022 at 03:13:10PM +0100, Thomas Koenig wrote: > > > > > > On 08.01.22 15:02, Jakub Jelinek via Fortran wrote: > > > > Note, as for byteswapping, apparently

Re: libgfortran.so SONAME and powerpc64le-linux ABI changes

2021-10-06 Thread David Edelsohn via Fortran
On Wed, Oct 6, 2021 at 12:21 PM Segher Boessenkool wrote: > > On Wed, Oct 06, 2021 at 11:42:17AM -0400, David Edelsohn wrote: > > On Wed, Oct 6, 2021 at 11:19 AM Segher Boessenkool > > wrote: > > > > > > On Wed, Oct 06, 2021 at 08:59:53AM +0200, Thomas Koe

Re: libgfortran.so SONAME and powerpc64le-linux ABI changes

2021-10-06 Thread David Edelsohn via Fortran
On Wed, Oct 6, 2021 at 11:19 AM Segher Boessenkool wrote: > > On Wed, Oct 06, 2021 at 08:59:53AM +0200, Thomas Koenig wrote: > > On 05.10.21 23:54, Segher Boessenkool wrote: > > >>There is also the issue of binary data. If some user has written > > >>out data in double double and wants to read it

Harald Anlauf appointed Fortran Reviewer

2021-09-20 Thread David Edelsohn via Fortran
I am pleased to announce that the GCC Steering Committee has appointed Harald Anlauf as a Fortran Reviewer. Please join me in congratulating Harald on his new role. Harald, please update your listing in the MAINTAINERS file. Happy hacking! David