Re: [Patch, Fortran] Add end-of-scope finalization (Part 1 of 2)

2013-06-21 Thread Mikael Morin
Le 21/06/2013 17:39, Tobias Burnus a écrit : > This patch extends the already existing end-of-scope finalization to > nonallocatables. > > Note: The patch only handles finalization of unsaved local variables > whose type has a finalizer (including finalizable nonallocatable > components or finaliz

[Patch, Fortran] Add end-of-scope finalization (Part 1 of 2)

2013-06-21 Thread Tobias Burnus
This patch extends the already existing end-of-scope finalization to nonallocatables. Note: The patch only handles finalization of unsaved local variables whose type has a finalizer (including finalizable nonallocatable components or finalizers in the ancestor). In that case, the finalizer is