From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35679 invoked by alias); 23 Mar 2015 19:28:54 -0000 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 Received: (qmail 35651 invoked by uid 89); 23 Mar 2015 19:28:53 -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.19) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 23 Mar 2015 19:28:52 +0000 Received: from filter.sfr.fr (localhost [86.72.15.254]) by msfrf2321.sfr.fr (SMTP Server) with ESMTP id EFF2A7000074; Mon, 23 Mar 2015 20:28:48 +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 tolstoi.localhost (254.15.72.86.rev.sfr.net [86.72.15.254]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by msfrf2321.sfr.fr (SMTP Server) with ESMTP id 913A87000058; Mon, 23 Mar 2015 20:28:42 +0100 (CET) X-SFR-UUID: 20150323192843594.913A87000058@msfrf2321.sfr.fr Message-ID: <5510694E.2010201@sfr.fr> Date: Mon, 23 Mar 2015 19:28:00 -0000 From: Mikael Morin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Andre Vehreschild CC: GCC-Fortran-ML , GCC-Patches-ML , Antony Lewis Subject: Re: [Patch 1/2, Fortran, pr60322] [OOP] Incorrect bounds on polymorphic dummy array References: <20150226181717.480e282c@vepi2> <551006FF.1080704@sfr.fr> <20150323134357.6af740d1@vepi2> <551029F7.4080601@sfr.fr> <20150323164943.76daeabe@vepi2> In-Reply-To: <20150323164943.76daeabe@vepi2> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg01212.txt.bz2 Le 23/03/2015 16:49, Andre Vehreschild a écrit : > I see your point. Currently I am bootstraping and regtesting some patches for > commit. While this is running, my machine is nearly unusable. I will look into > this as soon, as my machine allows, but probably not before tomorrow. > There is no hurry, the patch(es) will probably have to wait for next stage 1.