From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112208 invoked by alias); 23 Jun 2018 16:55:40 -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 112184 invoked by uid 89); 23 Jun 2018 16:55:39 -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_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=noise, Hx-languages-length:504, H*f:sk:zYEH4jr, 24pm X-HELO: mail-ua0-f171.google.com Received: from mail-ua0-f171.google.com (HELO mail-ua0-f171.google.com) (209.85.217.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 23 Jun 2018 16:55:37 +0000 Received: by mail-ua0-f171.google.com with SMTP id x18-v6so6178814uaj.9 for ; Sat, 23 Jun 2018 09:55:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=/C1NvRSvcpy5LyGCH5rgnfQD8vVNyvxE49OmYorv+JY=; b=j0l40OSORsAJPOGLbmvyU+trBaGbFJs7WriDM3ZjaMcv1P/fcuvXJJ80eZcL+8NSAe +0FmXJHG3Rv5UpouDk+N/6pV99WvCONQJ6J+0UzWF7NGU2+kTuiF83bFMMJJ7M8clwp7 lWI2nDIkwb3dLGFZshrNrh9ougTALDRcIHKhPqqFrsa6BrqORnijvd7LSt+qJMW0I76h +5htFSx/CXwrb2/Au3aSrdVTuJBSDr7JsSJiRYoCiPmPUE5U8Mzlwio5jmClryH2gL6I USs6fhmBXTjOInJpdSBz+/xUPHT3/EMi59jBpqt8NcDuoejw9bbbG3utu1/6ZtSxWdXx WTsg== X-Gm-Message-State: APt69E2Q9oODdmLCLgCnYjm9ulcMu6Psl7wWvUBKbcxQdd/MgN4h+u2E 0KxuJdzeb1sF2hcHLQYrRg4GC3YMIiTi7AgfbQEBDg== X-Google-Smtp-Source: ADUXVKKRJkhV7wcgY82iDOo+w3jLMB/kJfEUa8/PQ3LrHf1lyiGwDfQ60oeWq1ll8uM4lIj+zpxJeus0nYu/WjGWblM= X-Received: by 2002:ab0:1393:: with SMTP id m19-v6mr1724900uae.168.1529772935150; Sat, 23 Jun 2018 09:55:35 -0700 (PDT) MIME-Version: 1.0 References: <20180621152553.GB15397@troutmask.apl.washington.edu> <20180623161544.GA7776@troutmask.apl.washington.edu> In-Reply-To: <20180623161544.GA7776@troutmask.apl.washington.edu> From: Christophe Lyon Date: Mon, 25 Jun 2018 00:35:00 -0000 Message-ID: Subject: Re: [Patch, fortran] PR49630 - [OOP] ICE on obsolescent deferred-length type bound character function To: sgk@troutmask.apl.washington.edu Cc: =?UTF-8?Q?Martin_Li=C5=A1ka?= , Paul Richard Thomas , fortran@gcc.gnu.org, gcc Patches Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-06/txt/msg00159.txt.bz2 On Sat, 23 Jun 2018 at 18:16, Steve Kargl wrote: > > On Sat, Jun 23, 2018 at 06:11:24PM +0200, Christophe Lyon wrote: > > > > I've seen that on arm and aarch64 too. > > > > It was fixed yesterday. Update your sources. > Ha right, sorry for the noise. I missed because it was masked by other regressions breaking the tcl code (GUALITY_GDB_NAME changes) > -- > Steve