From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2265 invoked by alias); 6 May 2011 23:02:53 -0000 Received: (qmail 2250 invoked by uid 22791); 6 May 2011 23:02:53 -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; Fri, 06 May 2011 23:02:38 +0000 Received: from [192.168.178.22] (port-92-204-45-85.dynamic.qsc.de [92.204.45.85]) by mx01.qsc.de (Postfix) with ESMTP id 2AC7A3D440; Sat, 7 May 2011 01:02:36 +0200 (CEST) Message-ID: <4DC47E0C.4080203@net-b.de> Date: Fri, 06 May 2011 23:02:00 -0000 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Thunderbird/3.1.8 MIME-Version: 1.0 To: "H.J. Lu" CC: gcc patches , gfortran Subject: Re: [Patch, Fortran] Support scalar coarrays in this_image/ucobound/image_index References: <4DC23EA2.9070206@net-b.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; 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-05/txt/msg00561.txt.bz2 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 failure is fixed by my patch at: http://gcc.gnu.org/ml/fortran/2011-05/msg00023.html (The patch did not include a test case (I didn't include the one I had) - but seemingly we now have one, which already in the trunk.) Tobias