Re: [Ping, Fortran, Patch, PR85510, v2] Fix coarray token in associate not linking

2024-08-12 Thread Andre Vehreschild
Hi Jerry, thanks for the review. Commited as gcc-15-2882-g8d8db21eb72. Thanks again and regards, Andre On Fri, 9 Aug 2024 10:35:26 -0700 Jerry Delisle wrote: > Ok and thanks. > > On Fri, Aug 9, 2024, 7:33 AM Andre Vehreschild wrote: > > > Ping! > > > > And the last ping in the series.

[Fortran, Patch, PR110033, v1] Fix associate for coarrays

2024-08-12 Thread Andre Vehreschild
Hi all, the attached two patches fix ASSOCIATE for coarrays, i.e. that a coarray associated to a variable is also a coarray in the block of the ASSOCIATE command. The patch has two parts: 1. pr110033p1_1.patch: Adds a corank member to the gfc_expr structure. I decided to add it here and keep trac