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

2024-12-21 Thread Damian Rouson
On Tue, Dec 17, 2024 at 20:05 Steve Kargl wrote: > On Mon, Dec 16, 2024 at 04:53:42AM -0800, Or, perhaps, you care to qualify your generalization? Thanks for asking. When I tried using kind type parameters on derived types with gfortran a few months ago, I gave up because the issues appeared to

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

2024-12-21 Thread Jerry D
On 12/20/24 9:09 AM, Andre Vehreschild wrote: 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

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

2024-12-21 Thread Harald Anlauf
Hi Andre, Am 21.12.24 um 17:41 schrieb Andre Vehreschild: Hi Harald, the patch looks ok to me. thanks for taking a look! Pushed as r15-6408. Harald Thanks for the patch, Andre On Fri, 20 Dec 2024 19:00:05 +0100 Harald Anlauf wrote: Ping! Am 14.12.24 um 20:56 schrieb Harald A

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

2024-12-21 Thread Andre Vehreschild
Hi Harald, the patch looks ok to me. Thanks for the patch, Andre On Fri, 20 Dec 2024 19:00:05 +0100 Harald Anlauf wrote: > 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 du