[patch, fortran] Fix another dependency check for reallocation on assignment

Thomas Koenig tkoenig@netcologne.de
Sun Jul 23 11:27:00 GMT 2017


Hello world,

in PR 66102, I found a patch by Mikael which has never been applied.
After dusting it off, finding that it looks reasonable and fixes
the test case in question I'd like to apply this.

Regression-tested. OK for trunk?

Regards

	Thomas

2017-07-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
             Mikael Morin <mikael@gcc.gnu.org>

         PR fortran/66102
         * fortran/trans-array.c (gfc_conv_resolve_dependencies):
         Break if dependency has been found.

2017-07-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
             Mikael Morin <mikael@gcc.gnu.org>

         PR fortran/66102
         * gfortran.dg/realloc_on_assign_28.f90:  New test.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: p1.diff
Type: text/x-patch
Size: 554 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20170723/165a88c6/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: realloc_on_assign_28.f90
Type: text/x-fortran
Size: 921 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20170723/165a88c6/attachment-0001.bin>


More information about the Gcc-patches mailing list