From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16099 invoked by alias); 14 Jul 2011 07:04:01 -0000 Received: (qmail 16076 invoked by uid 22791); 14 Jul 2011 07:04:00 -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 mx01.qsc.de (HELO mx01.qsc.de) (213.148.129.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 Jul 2011 07:03:28 +0000 Received: from [192.168.178.22] (port-92-204-19-234.dynamic.qsc.de [92.204.19.234]) by mx01.qsc.de (Postfix) with ESMTP id 395973CFD2; Thu, 14 Jul 2011 09:03:25 +0200 (CEST) Message-ID: <4E1E94BD.1070506@net-b.de> Date: Thu, 14 Jul 2011 07:38: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: *ping* - Re: [Patch, Fortran] Support allocatable *scalar* coarrays References: <4E1A03E8.3050706@net-b.de> <4E1AAB00.2030104@net-b.de> In-Reply-To: <4E1AAB00.2030104@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/msg01101.txt.bz2 *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