From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98724 invoked by alias); 27 Nov 2015 13:09:23 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 98678 invoked by uid 89); 27 Nov 2015 13:09:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: smtp23.services.sfr.fr Received: from smtp23.services.sfr.fr (HELO smtp23.services.sfr.fr) (93.17.128.22) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 27 Nov 2015 13:09:21 +0000 Received: from filter.sfr.fr (localhost [86.72.15.44]) by msfrf2317.sfr.fr (SMTP Server) with ESMTP id 3F4AF700007B; Fri, 27 Nov 2015 14:09:18 +0100 (CET) Authentication-Results: sfrmc.priv.atos.fr; dkim=none (no signature); dkim-adsp=none (no policy) header.from=mikael.morin@sfr.fr Received: from [192.168.1.85] (44.15.72.86.rev.sfr.net [86.72.15.44]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by msfrf2317.sfr.fr (SMTP Server) with ESMTP id EC2D8700008F; Fri, 27 Nov 2015 14:09:17 +0100 (CET) X-SFR-UUID: 20151127130917967.EC2D8700008F@msfrf2317.sfr.fr Subject: Re: [Fortran, patch, pr68218, backport to 5 and 4.9, v1] ALLOCATE with size given by a module function To: Andre Vehreschild , GCC-Patches-ML , GCC-Fortran-ML References: <20151105152920.65f52c89@vepi2> <20151108184850.6fe0ad54@vepi2> <20151127132022.137034e4@vepi2> From: Mikael Morin Message-ID: <565855FB.1050501@sfr.fr> Date: Fri, 27 Nov 2015 13:09:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151127132022.137034e4@vepi2> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00175.txt.bz2 Le 27/11/2015 13:20, Andre Vehreschild a écrit : > Hi all, > > I have backported the patch for 68218 (multiple calls of the same > function, where only one call is expected and reasonable) to > gcc-5-branch and gcc-4_9-branch. > > Bootstrapped and regtested on x86_64-linux-gnu/f21. > > Ok for gcc-5-branch? > > Ok for gcc-4_9-branch? > Yes for both. Richi said in [1] that a 5.3 release candidate was planned for either today or next monday, so before proceeding, please ping one release manager on IRC to check that your commit won't interfere with the release process. Thanks Mikael [1] https://gcc.gnu.org/ml/gcc/2015-11/msg00186.html