From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7972 invoked by alias); 16 Jul 2011 09:04:24 -0000 Received: (qmail 7955 invoked by uid 22791); 16 Jul 2011 09:04:23 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mx02.qsc.de (HELO mx02.qsc.de) (213.148.130.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 16 Jul 2011 09:04:05 +0000 Received: from [192.168.178.22] (port-92-204-19-234.dynamic.qsc.de [92.204.19.234]) by mx02.qsc.de (Postfix) with ESMTP id 0200024645; Sat, 16 Jul 2011 11:04:02 +0200 (CEST) Message-ID: <4E215402.2060508@net-b.de> Date: Sat, 16 Jul 2011 11:20:00 -0000 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: gcc patches , gfortran Subject: Re: *ping* - Re: [Patch, Fortran] Support allocatable *scalar* coarrays References: <4E1A03E8.3050706@net-b.de> <4E1AAB00.2030104@net-b.de> <4E1E94BD.1070506@net-b.de> In-Reply-To: <4E1E94BD.1070506@net-b.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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/msg01313.txt.bz2 Sorry for pinging again, but the patch is large enough to block a bit my progress ... Other pending patches - which should be quickly reviewable:: - http://gcc.gnu.org/ml/fortran/2011-07/msg00170.html - http://gcc.gnu.org/ml/fortran/2011-07/msg00142.html Tobias Tobias Burnus wrote: > *ping* > http://gcc.gnu.org/ml/fortran/2011-07/msg00106.html > > On 07/11/2011 09:49 AM, Tobias Burnus wrote: >> On 07/10/2011 09:56 PM, Tobias Burnus wrote: >>> This patch implemented the trans*.c part of allocatable scalar >>> coarrays; contrary to noncoarray allocatable scalars, they have >>> cobounds and thus use an array descriptor. >> >> I found a test case (part of Reinhold Bader's fortran_tests), which >> gave an ICE: Allocatable scalar coarrays with SAVE. >> >> I have fixed that (trans-decl.c) and added a test. >> >>> The attached patch was build and regtested on x86-64-linux. >>> OK for the trunk? >> >> Tobias > >