Re: [Patch, Fortran] Support scalar coarrays in this_image/ucobound/image_index

2011-05-06 Thread Tobias Burnus
Am 07.05.2011 00:50, schrieb H.J. Lu: On Wed, May 4, 2011 at 11:07 PM, Tobias Burnus wrote: Is the patch OK for the trunk? This caused: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4891 That happens if patches do not get approved in the order in which they were written/submitted. The failu

Re: [Patch, Fortran] Support scalar coarrays in this_image/ucobound/image_index

2011-05-06 Thread H.J. Lu
On Wed, May 4, 2011 at 11:07 PM, Tobias Burnus wrote: > Before, scalar coarrays were not supported in the coindex intrinsics as they > did not have - on tree level - cobounds attached to them. This patch adds > them. > > Additionally, it fixes the algorithm of this_image, which seemingly only > wo

Re: [Patch, Fortran] Support scalar coarrays in this_image/ucobound/image_index

2011-05-06 Thread Daniel Kraft
On 05/05/11 08:07, Tobias Burnus wrote: Before, scalar coarrays were not supported in the coindex intrinsics as they did not have - on tree level - cobounds attached to them. This patch adds them. Additionally, it fixes the algorithm of this_image, which seemingly only worked by chance for the t

[Patch, Fortran] Support scalar coarrays in this_image/ucobound/image_index

2011-05-04 Thread Tobias Burnus
Before, scalar coarrays were not supported in the coindex intrinsics as they did not have - on tree level - cobounds attached to them. This patch adds them. Additionally, it fixes the algorithm of this_image, which seemingly only worked by chance for the test case; hopefully it now works alway