Dear All, Please ignore this submission. I have crossed over PRs between the message and the attachments. I will resubmit both.
The patch is for pr103414, which I will have to do a bit more work on because a parameter expression of BT_BOZ fails with a double free. Watch this space and sorry for the noise. Paul On Tue, 2 Sept 2025 at 22:09, Paul Richard Thomas < paul.richard.tho...@gmail.com> wrote: > Hi All, > > This is another straightforward patch that detects variables with > non-integer type being used as PDT parameters. Note that much of the time, > when being parsed, variable expressions have type BT_PROCEDURE and so the > type of the symbol must be checked. The parameter fed to the PDT > in pr95090.f90 was of unknown type and so that has been fixed by giving it > a value. > > Regtested on FC42/x86_64. OK for mainline? > > Paul > >