[Patch, fortran] PR87359 [9 regression] pointer being freed was not allocated

2018-09-30 Thread Paul Richard Thomas
After testing by Dominique and Juergen. Committed as revision 264725. Thanks to Dominique and juergen for doing all the hard work! Cheers Paul 2018-09-30 Paul Thomas PR fortran/87359 * trans-array.c (gfc_is_reallocatable_lhs): Correct the problem introduced by r264358, which

[Patch, fortran] PR87359 [9 regression] pointer being freed was not allocated

2018-09-21 Thread Paul Richard Thomas
This bug was something of a disaster for Jeurgen Reuter and so I set to it right away. Jeurgen's reduction of the failing programs save a huge amount of time and the fix turned out to be a one-liner. Committed after testing by Dominique. Bootstrapped and regtested on FC28/x86_64. Paul Author: