[PATCH, Fortran, pr79344, v1] [7 Regression] segmentation faults and run-time errors
Mikael Morin
morin-mikael@orange.fr
Sun Feb 5 14:32:00 GMT 2017
Le 04/02/2017 à 19:43, Andre Vehreschild a écrit :
> Hi all,
>
> attached patch fixes the issue of losing the data in the SOURCE= expression of
> an ALLOCATE() when the source-expression is just a simple variable. The issue
> was that internally a temporary variable was created, whose components were
> freed afterwards. Now the components are only freed on temporary objects, i.e.,
> when the source-expression is not an EXPR_VARIABLE, e.g. an EXPR_STRUCTURE or
> EXPR_FUNCTION.
>
> Bootstraps and regtests ok on x86_64-linux/f25. Ok for trunk?
>
Hello,
this looks good to me.
Thanks
Mikael
More information about the Fortran
mailing list