Re: [Patch, fortran] PR83763 - PDT dependency in assignment

2025-09-14 Thread Paul Richard Thomas
Hi Jerry, Thanks for the review and testing. Pushed as r16-3851. As to the memory leak in pdt_3.f03, I will take a look at it this morning. I will raise a PR for it whatever I find. Regards Paul On Sun, 14 Sept 2025 at 20:14, Jerry D wrote: > > On 9/14/25 6:04 AM, Paul Richard Thomas wrote: >

Re: [Patch, fortran] PR83763 - PDT dependency in assignment

2025-09-14 Thread Jerry D
On 9/14/25 6:04 AM, Paul Richard Thomas wrote: Hi All, The title in the PR is, "Bug 83763 - PDT variable sees content deallocated if variable is passed as an input to a function, and the function result is assigned to that same variable". The above is slightly more concise! The fix for the PR i

[Patch, fortran] PR83763 - PDT dependency in assignment

2025-09-14 Thread Paul Richard Thomas
Hi All, The title in the PR is, "Bug 83763 - PDT variable sees content deallocated if variable is passed as an input to a function, and the function result is assigned to that same variable". The above is slightly more concise! The fix for the PR itself comprises the chunks in trans-expr.cc. On c