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 limit for switching from stack to static. > > Regtested on x86_64-pc-linux-gnu, Ok for trunk? >
OK. -- Steve