From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65556 invoked by alias); 5 Nov 2017 14:34:14 -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 65537 invoked by uid 89); 5 Nov 2017 14:34:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=D*apl.washington.edu, D*washington.edu, D*troutmask.apl.washington.edu, sgktroutmaskaplwashingtonedu X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-yw0-f196.google.com Received: from mail-yw0-f196.google.com (HELO mail-yw0-f196.google.com) (209.85.161.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 05 Nov 2017 14:34:12 +0000 Received: by mail-yw0-f196.google.com with SMTP id i198so5927204ywe.7; Sun, 05 Nov 2017 06:34:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Hxm8Rgdz9O6u9RAhIlf0vVEoysasBi5micRorZH0bgg=; b=E3lSTEgKnc4w7X3rqkgsuBXXS2ZyWWIkqzCXvJWd8d/1xWKauxOvKyOvWS7OmuntXl v63KoVvpz7iIRIEtt9j5pg4O1XArV0avr/Id6fgrFRBjvh19kw+Vu6wnRZey9tTV3AZw N1QW9iHaoQqY90XcXHMCq3iREICcuETwCJWcPtSpmO8cpbdWogbdav80dh3p9ie19A4J rYk51xZ7flgojemJIGJeo3JyUhkz8TXvHqfEV/VVZEwwjrOsT6csBDPdb5zS+3DitpOt 0NlnR1MAynswNyLMstJuXj8qlCsC6ad5xnULrYtLNatmslde82hT+ctLU0j3NcdOs/DQ /cfg== X-Gm-Message-State: AMCzsaW+FsfjexXAgRVzkAtd3ol4v30u5SPyxLEi58Siwr+Bihr+ZpNF uNjOwXT/m+g/SxR1uizB0lh+WxcI7pYpK7MPxmk= X-Google-Smtp-Source: ABhQp+R8GLpF7mMGyVo3bKeGEyGBtPaBGZ3wj5oKsxrOA/VrMXFiMfDlf5PVp40PkiUdaCh3r+k4oDKZW8HJk1/yz7A= X-Received: by 10.129.181.71 with SMTP id c7mr7941929ywk.435.1509892450936; Sun, 05 Nov 2017 06:34:10 -0800 (PST) MIME-Version: 1.0 Received: by 10.129.199.4 with HTTP; Sun, 5 Nov 2017 06:34:10 -0800 (PST) In-Reply-To: <20171104144640.GA61984@troutmask.apl.washington.edu> References: <20171104144640.GA61984@troutmask.apl.washington.edu> From: Paul Richard Thomas Date: Sun, 05 Nov 2017 14:34:00 -0000 Message-ID: Subject: Re: [Patch, fortran] PR78641 - [6/7/8 Regression] [OOP] ICE on polymorphic allocatable function in array constructor To: Steve Kargl Cc: "fortran@gcc.gnu.org" , gcc-patches , Damian Rouson Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-11/txt/msg00033.txt.bz2 Hi Steve, Committed to trunk as revision 254428. I will follow with 6- and 7-branches later in the week. Thanks Paul On 4 November 2017 at 14:46, Steve Kargl wrote: > On Sat, Nov 04, 2017 at 12:02:58PM +0000, Paul Richard Thomas wrote: >> Dear All, >> >> This patch allows the assignment of class array constructors to >> derived type arrays. It is straightforward enough that the ChangeLogs >> and the comment are sufficient explanation. >> >> Bootstraps and regtests on FC23/x86_64 - OK for all three branches? >> > > OK. > > -- > Steve -- "If you can't explain it simply, you don't understand it well enough" - Albert Einstein