Re: Need a hint or more likely help

2024-02-11 Thread Steve Kargl
On Sat, Feb 10, 2024 at 06:00:42PM -0800, Steve Kargl wrote: > All, consider this simple code: > > module foo > contains > subroutine bar > character(len=:), allocatable :: s(:) > call bah(s) > end subroutine bar > end module foo > > If one compiles with -fdump

Re: [PATCH] Fortran - Error compiling PDT Type-bound Procedures [PR82943/86148/86268]

2024-02-11 Thread Harald Anlauf
Hi Alex, I've been unable to apply your patch to my local trunk, likely due to whitespace issues my newsreader handles differently from your site. I see it inline instead of attached. A few general remarks: Please follow the general recommendation regarding style if possible, see https://www.gn

Re: Need a hint or more likely help

2024-02-11 Thread Steve Kargl
On Sun, Feb 11, 2024 at 11:56:52AM +0100, Mikael Morin wrote: > Hello, > > Le 11/02/2024 à 03:00, Steve Kargl a écrit : > > All, consider this simple code: > > > >module foo > > contains > >subroutine bar > > character(len=:), allocatable :: s(:) > > call bah(s)

Re: Need a hint or more likely help

2024-02-11 Thread Mikael Morin
Hello, Le 11/02/2024 à 03:00, Steve Kargl a écrit : All, consider this simple code: module foo contains subroutine bar character(len=:), allocatable :: s(:) call bah(s) end subroutine bar end module foo If one compiles with -fdump-tree-original, one se