[PING] [PATCH, part4] Fortran: fix passing of NULL() to assumed-rank, derived type dummy [PR104819]

2024-12-20 Thread Harald Anlauf
Ping! Am 14.12.24 um 20:56 schrieb Harald Anlauf: Dear all, this patch is the 4th part of a series on the passing of NULL() to assumed-rank dummies. This one handles the case of a derived type dummy and is mostly straightforward. There was one particular problem I encountered: passing NULL()

Re: [PATCH] Fortran: potential aliasing of complex pointer inquiry references [PR118120]

2024-12-20 Thread Harald Anlauf
Am 20.12.24 um 00:46 schrieb Jerry D: On 12/19/24 1:34 PM, Harald Anlauf wrote: Dear all, the check for potential aliasing of lhs and rhs currently shortcuts if the types differ.  This is a problem if one is of type complex and the other is of type real (and of the same kind parameter value), a

Re: [2nd PING, Fortran, Patch, PR107635, Part 1] Rework handling of allocatable components in derived type coarrays.

2024-12-20 Thread Andre Vehreschild
Thank you very much Jerry. The delta between the two patches is really minor. In resolve.c I have removed some attr.pointer setting and in caf/single.c the handling for those as well as treating non-descriptor arrays differently. Most changes in the diff of v2 to v3 are about lines having moved

Re: [2nd PING, Fortran, Patch, PR107635, Part 1] Rework handling of allocatable components in derived type coarrays.

2024-12-20 Thread Jerry Delisle
I got as far as applying and regression testing version 2. I have queried around for others to look over the patch. I will scan this one. Since you are the expert in this area, we may just have you push and let the pieces fall out. I will get back to you later today. Jerry On Fri, Dec 20, 2024,

Re: [2nd PING, Fortran, Patch, PR107635, Part 1] Rework handling of allocatable components in derived type coarrays.

2024-12-20 Thread Andre Vehreschild
Hi all, pinging again. Please note, that attached patch is a slightly updated version. Regtests ok on x86_64-pc-linux-gnu. Ok for mainline? Regards, Andre On Mon, 16 Dec 2024 10:58:22 +0100 Andre Vehreschild wrote: > PING! > > On Fri, 6 Dec 2024 19:10:08 +0100 > Andre Vehreschild wr