Re: [Patch, fortran] PR123952 - module procedure with array valued dummy procedure rejected
Jerry D <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <[email protected]> |
On 2/3/26 8:09 AM, Paul Richard Thomas wrote: > This patch was 'obvious' once the conflicts had been waded through. If > a dummy procedure has an array or coarray valued interface, the > corresponding module procedure symbol had better have the > corresponding interface source. Otherwise conflicts arise when copying > the symbol attributes from the dummy. > > Regtests OK on FC43/x86_64. > > OK for mainline and, after a suitable delay, backporting? > > Paul Applied and tested here as well. OK and thanks for the patch. Jerry