Re: **PING**2 [Patch, Fortran] PR53526 - Fix MOVE_ALLOC for coarrays

2012-06-18 Thread Paul Richard Thomas
Dear Tobias, >> OK for the trunk? Yes indeed - thanks for the patch. Cheers Paul

Re: **PING**2 [Patch, Fortran] PR53526 - Fix MOVE_ALLOC for coarrays

2012-06-16 Thread Tobias Burnus
http://gcc.gnu.org/ml/fortran/2012-05/msg00173.html On 30.05.2012 18:35, Tobias Burnus wrote: This patch is related to today's check.c patch, but independent (also order wise). The patch ensures that for scalar coarrays, the array path is taken in trans-intrinsic. Thus, "to->data = from->data

Re: [Patch, Fortran] PR53526 - Fix MOVE_ALLOC for coarrays

2012-06-10 Thread Tobias Burnus
*ping* Ditto for: http://gcc.gnu.org/ml/fortran/2012-05/msg00171.html On 30 May 2012 18:35, Tobias Burnus wrote: This patch is related to today's check.c patch, but independent (also order wise). The patch ensures that for scalar coarrays, the array path is taken in trans-intrinsic. Thus, "t

[Patch, Fortran] PR53526 - Fix MOVE_ALLOC for coarrays

2012-05-30 Thread Tobias Burnus
This patch is related to today's check.c patch, but independent (also order wise). The patch ensures that for scalar coarrays, the array path is taken in trans-intrinsic. Thus, "to->data = from->data" gets replaced by "*to = *from" such that the array bounds (and with -fcoarray=lib the token)