From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28515 invoked by alias); 6 May 2011 22:51:14 -0000 Received: (qmail 28203 invoked by uid 22791); 6 May 2011 22:51:12 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-qy0-f182.google.com (HELO mail-qy0-f182.google.com) (209.85.216.182) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 06 May 2011 22:50:57 +0000 Received: by qyk27 with SMTP id 27so3225594qyk.20 for ; Fri, 06 May 2011 15:50:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.113.15 with SMTP id y15mr3847226qap.270.1304722255014; Fri, 06 May 2011 15:50:55 -0700 (PDT) Received: by 10.229.229.196 with HTTP; Fri, 6 May 2011 15:50:54 -0700 (PDT) In-Reply-To: <4DC23EA2.9070206@net-b.de> References: <4DC23EA2.9070206@net-b.de> Date: Fri, 06 May 2011 23:02:00 -0000 Message-ID: Subject: Re: [Patch, Fortran] Support scalar coarrays in this_image/ucobound/image_index From: "H.J. Lu" To: Tobias Burnus Cc: gcc patches , gfortran Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-05/txt/msg00560.txt.bz2 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 > worked by chance for the test case; hopefully it now works always correctly. > > Note: Allocatable scalar coarrays remain unsupported for the moment. > > Is the patch OK for the trunk? This caused: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48919 -- H.J.