bug realloc-lhs
Steve Kargl
sgk@troutmask.apl.washington.edu
Tue Mar 27 19:20:00 GMT 2012
On Tue, Mar 27, 2012 at 08:06:09PM +0100, patnel97269-gfortran@yahoo.fr wrote:
> Hi all,
>
> I want to report a bug concerning the realloc-lhs, in case of a type containing a allocatable array.Â
> For just an allocatable array it's ok ,everything works fine, when i deallocate the array in a function it's reallocated with the "=" statement;
> But for a type i got a double free corruption, so i think there a test here to know if the array in the type is allocated or not. Note that if i don't allocate the array in the type at the beginning without deallocating it works.Â
>
> Here is the code .
Looks like the type of problem, one might expect from
invoking a function with side-effect.
--
Steve
More information about the Fortran
mailing list