From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9670 invoked by alias); 16 Jul 2011 15:45:48 -0000 Received: (qmail 9648 invoked by uid 22791); 16 Jul 2011 15:45:47 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from troutmask.apl.washington.edu (HELO troutmask.apl.washington.edu) (128.95.76.21) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 16 Jul 2011 15:45:34 +0000 Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.4/8.14.4) with ESMTP id p6GFjXhk071951; Sat, 16 Jul 2011 08:45:33 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.4/8.14.4/Submit) id p6GFjXZS071950; Sat, 16 Jul 2011 08:45:33 -0700 (PDT) (envelope-from sgk) Date: Sat, 16 Jul 2011 17:05:00 -0000 From: Steve Kargl To: Tobias Burnus Cc: Mikael Morin , fortran@gcc.gnu.org, gcc patches Subject: Re: [Patch, Fortran] Support allocatable *scalar* coarrays Message-ID: <20110716154532.GA71900@troutmask.apl.washington.edu> References: <4E1A03E8.3050706@net-b.de> <4E1AAB00.2030104@net-b.de> <201107161459.26836.mikael.morin@sfr.fr> <4E21AD70.2090508@net-b.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E21AD70.2090508@net-b.de> User-Agent: Mutt/1.4.2.3i 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-07/txt/msg01330.txt.bz2 On Sat, Jul 16, 2011 at 05:25:36PM +0200, Tobias Burnus wrote: > > PS: I should document somewhere how coarrays are implemented internally. gcc/gcc4x/gcc/fortran/gfc-internals.texi :-) -- Steve