From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112885 invoked by alias); 11 Jul 2017 14:48:45 -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 102795 invoked by uid 89); 11 Jul 2017 14:48:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:InterMail X-Spam-User: qpsmtpd, 2 recipients X-HELO: mtaout001-public.msg.strl.va.charter.net Received: from mtaout001-public.msg.strl.va.charter.net (HELO mtaout001-public.msg.strl.va.charter.net) (68.114.190.26) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Jul 2017 14:48:22 +0000 Received: from impout005 ([68.114.189.20]) by mtaout001.msg.strl.va.charter.net (InterMail vM.9.00.023.01 201-2473-194) with ESMTP id <20170711144806.PFZP7355.mtaout001.msg.strl.va.charter.net@impout005>; Tue, 11 Jul 2017 09:48:06 -0500 Received: from quasar.localdomain ([96.41.215.23]) by impout005 with charter.net id jSo41v00A0Wrkg001So4Zk; Tue, 11 Jul 2017 09:48:06 -0500 X-Authority-Analysis: v=2.2 cv=VrVTO6+n c=1 sm=1 tr=0 a=salB9WdMPIDduBH7JsZfrA==:117 a=salB9WdMPIDduBH7JsZfrA==:17 a=IkcTkHD0fZMA:10 a=x7bEGLp0ZPQA:10 a=R5MfTrZ-759m1h5S3ngA:9 a=QEXdDO2ut3YA:10 X-Auth-id: anZkZWxpc2xlQGNoYXJ0ZXIubmV0 Subject: Re: [Patch, fortran] PR34640 - ICE when assigning item of a derived-component to a pointer To: Paul Richard Thomas , Thomas Koenig Cc: "fortran@gcc.gnu.org" , gcc-patches , Damian Rouson , "Bader, Reinhold" References: <36a479a8-e22b-f675-7f3d-b7324f872357@netcologne.de> From: Jerry DeLisle Message-ID: <3db0f7be-b48b-cbd5-c526-7b29c25437d3@charter.net> Date: Tue, 11 Jul 2017 14:48:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-07/txt/msg00533.txt.bz2 On 07/11/2017 07:23 AM, Paul Richard Thomas wrote: > Well, a bit earlier than anticipated, here is the final version that > puts right all the wrinkles that I know about. > > Bootstraps and regtests - OK for trunk? > > Paul Somewhere in the threads on this, there was mentioned ABI breakage/change. Does it really do this? If the significant change is in the descriptor and you just added the span on the end of the structure, I am not convinced this is an issue. (I have not studied the patch at all, I would rather not bump library version) Jerry