Re: [PATCH,fortran] PR 91413 Generate warning when making array static

2019-08-11 Thread Janne Blomqvist
On Sat, Aug 10, 2019 at 11:57 PM Steve Kargl wrote: > > On Sat, Aug 10, 2019 at 11:34:15PM +0300, Janne Blomqvist wrote: > > When moving a local variable from the stack to static storage, the > > procedure is no longer safe to be called recursively or concurrently > > from multiple threads. Thus

Re: [PATCH,fortran] PR 91413 Generate warning when making array static

2019-08-10 Thread Steve Kargl
On Sat, Aug 10, 2019 at 11:34:15PM +0300, Janne Blomqvist wrote: > When moving a local variable from the stack to static storage, the > procedure is no longer safe to be called recursively or concurrently > from multiple threads. Thus generate a warning when this is done. > Also double the default