Re: [Fortran, Coarray] Call-out to everyone having Fortran coarray-codes available

2025-07-21 Thread Arjen Markus
Well, that brought me one step further: configure did work, but I needed to add the option --disable-multilib to exclude the 32-bits versions. That gave me the makefiles to start the build, but then: "gmake install" failed on the directory ./fixincludes. Copying that from gcc/fixincludes did not h

Re: [Fortran, Coarray] Call-out to everyone having Fortran coarray-codes available

2025-07-21 Thread Arjen Markus
Ah, right, will try that. Regards, Arjen Op di 22 jul 2025 om 08:28 schreef Andrew Pinski : > On Mon, Jul 21, 2025 at 11:21 PM Arjen Markus > wrote: > > > > I am trying to build the branch via WSL on my Windows machine, but > configure reports that it cannot find the mpc.h include file. It is

Re: [Fortran, Coarray] Call-out to everyone having Fortran coarray-codes available

2025-07-21 Thread Andrew Pinski
On Mon, Jul 21, 2025 at 11:21 PM Arjen Markus wrote: > > I am trying to build the branch via WSL on my Windows machine, but configure > reports that it cannot find the mpc.h include file. It is correct - that is > lacking, but installing or reinstalling mpc does not help. The program I want > t

Re: [Fortran, Coarray] Call-out to everyone having Fortran coarray-codes available

2025-07-21 Thread Arjen Markus
I am trying to build the branch via WSL on my Windows machine, but configure reports that it cannot find the mpc.h include file. It is correct - that is lacking, but installing or reinstalling mpc does not help. The program I want to test can be found here: https://github.com/arjenmarkus/memos-on-p

Re: Coarray shared memory testing

2025-07-21 Thread Toon Moene
On 7/21/25 20:52, Andre Vehreschild wrote: Hi Toon, the coarray_native branch is not where Jerry has put the caf_shmem patches. Coarray native is an older branch, that used a different approach to shared memory coarrays. Caf_shmem is partially based on it. The branch Jerry has build is rem

Re: Coarray shared memory testing

2025-07-21 Thread Andre Vehreschild
Hi Toon, the coarray_native branch is not where Jerry has put the caf_shmem patches. Coarray native is an older branch, that used a different approach to shared memory coarrays. Caf_shmem is partially based on it. The branch Jerry has build is remotes/origin/devel/gfortran-test - AndreAndr

Re: Coarray shared memory testing

2025-07-21 Thread Toon Moene
On 7/19/25 20:40, Jerry D wrote: Yes, this is why we need additional testers. For those who need some guidance to the test branch: $ git clone git://gcc.gnu.org/git/gcc.git $ cd gcc $ git checkout remotes/origin/devel/gfortran-test $ git switch -c gfortran-test If you already have an existi

Re: Coarray shared memory testing

2025-07-21 Thread Jerry D
On 7/19/25 5:06 PM, Jerry D wrote: On 7/19/25 2:26 PM, Thomas Koenig wrote: I wrote: I have grave concerns. At the last (to me an Nicolas) known state, before he was ousted from the project, there were known race conditions, which can cause freezing and/or data corruption. I believe these ha

[pushed] fortran: Fix indentation

2025-07-21 Thread Mikael Morin
From: Mikael Morin gcc/fortran/ChangeLog: * trans-decl.cc (gfc_trans_deferred_vars): Fix indentation. --- gcc/fortran/trans-decl.cc | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gcc/fortran/trans-decl.cc b/gcc/fortran/trans-decl.cc index 43bd7be54c

Re: [Fortran, Coarray] Call-out to everyone having Fortran coarray-codes available

2025-07-21 Thread Andre Vehreschild
Very much appreciated. Thank you! - Andre On Mon, 21 Jul 2025 13:38:56 +0200 Arjen Markus wrote: > I have a not-so-trivial, but compact test case for you. I will try it out > with the receipe you gave :). > > Regards, > > Arjen > > Op ma 21 jul 2025 om 13:31 schreef Andre Vehreschild : > >

Re: [Fortran, Coarray] Call-out to everyone having Fortran coarray-codes available

2025-07-21 Thread Arjen Markus
I have a not-so-trivial, but compact test case for you. I will try it out with the receipe you gave :). Regards, Arjen Op ma 21 jul 2025 om 13:31 schreef Andre Vehreschild : > Hi all, > > we are looking for people having old and/or modern Fortran codes available > that use Coarrays more or less

[Fortran, Coarray] Call-out to everyone having Fortran coarray-codes available

2025-07-21 Thread Andre Vehreschild
Hi all, we are looking for people having old and/or modern Fortran codes available that use Coarrays more or less intensively. Jerry has build a test branch on gcc's git, so testing is easier than usual: > For those who need some guidance to the test branch: > > $ git clone git://gcc.gnu.org/git

Re: [Fortran, Patch, PR119106, v1] Allow iterator substitution in array constructors

2025-07-21 Thread Andre Vehreschild
Hi Paul, thanks for review. Committed as gcc-16-2372-g3a7fcf4f54e. The issue is also present on gcc-15 and 14. I would backport this to gcc-15 in a week, if no one objects! Thanks again, Andre On Fri, 18 Jul 2025 16:35:51 +0100 Paul Richard Thomas wrote: > Hi Andre, > > After a false