From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26881 invoked by alias); 2 Mar 2018 08:53:24 -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 26068 invoked by uid 89); 2 Mar 2018 08:53:18 -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,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-yw0-f180.google.com Received: from mail-yw0-f180.google.com (HELO mail-yw0-f180.google.com) (209.85.161.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 02 Mar 2018 08:53:17 +0000 Received: by mail-yw0-f180.google.com with SMTP id b70so3067917ywh.5; Fri, 02 Mar 2018 00:53:17 -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=szhT1JZmPrE4s1tZCxmyIt+Jq690Qsi7OVVnLv3O4dQ=; b=tLiU+AKaq7m7/ZXhgBiXOw7Q1hMU2IgwfY9cc8ZZ2WGWE2mH1N1vnYDfMjcqJQ0dYq QD36Am3EuqQ0kVK8YgJiAW9VdYzDMmWoeqRdKONBDLgWDEhZmF3rBgaA9guGQWbwlH57 BpBFXq3d+mZjIFRqrkQKKPivIhNW8tOGP09ktrsHsS1/AghmiZWhMdJlqin9n4dxq7bD te5vq6PAcZsHIBnm3Vuwpqq/TSeTiwrgqeQsetpRsGC9XVIeYfqymKEHpvj6pRiJXfmZ l7XGlYI5fp9Nt3/olMicq63qK83qMmLgInkwxRqhOyAoqzShpmJhSOP9U/CLijKdKmtv vqLA== X-Gm-Message-State: AElRT7EljLWldONbV7fhbC1T1FVYJ1F+n2kC7RvBhS92suR54eY7nIFT Rb8zJv2hBv5WcIFJSOjVe9E28zquYEa/CDZ2iX4= X-Google-Smtp-Source: AG47ELu6X1SFgZ1wlNQY2b0SjuK0E7bgKgVoP8fhCvGSUXEG1mhukxDa7nPyB2KwCvG11gQGDe0K8o9MZxzabVggX04= X-Received: by 10.129.108.135 with SMTP id h129mr3225846ywc.197.1519980795786; Fri, 02 Mar 2018 00:53:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.129.72.5 with HTTP; Fri, 2 Mar 2018 00:53:15 -0800 (PST) In-Reply-To: References: From: Paul Richard Thomas Date: Fri, 02 Mar 2018 08:53:00 -0000 Message-ID: Subject: Re: [Patch, fortran] PR84219 - [8 Regression] ICE: Invalid expression in gfc_target_interpret_expr To: Christophe Lyon Cc: "fortran@gcc.gnu.org" , gcc-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-03/txt/msg00008.txt.bz2 Hi Christophe, I committed the wrong test :-( Corrected r258128. Many thanks Paul On 2 March 2018 at 08:38, Paul Richard Thomas wrote: > Hi Christophe, > > I was not aware. Thanks for letting me know. > > It's wierd that there is no error message or an ICE. Previously, an > ICE would occur instead of the intended error message. > > I do not have access to either targets. Would you be so kind as to run > coarray_47.f90 separately to see what happens? Note that 7-branch > behaves correctly. > > Cheers > > Paul > > On 2 March 2018 at 08:26, Christophe Lyon wrote: >> On 1 March 2018 at 14:28, Paul Richard Thomas >> wrote: >>> Committed as 'obvious' in revision 258098. >>> >>> Paul >>> >>> 2018-03-01 Paul Thomas >>> >>> PR fortran/84219 >>> * target-memory.c (gfc_interpret_derived): Assert that BT_VOID >>> components are caf tokens. >>> (gfc_target_interpret_expr): Treat BT_VOID expressions as >>> integers. >>> >>> 2018-03-01 Paul Thomas >>> >>> PR fortran/84219 >>> * gfortran.dg/coarray_47.f90: New test. >> >> >> Hi Paul, >> >> You may already be aware of that, but the new test fails at least on >> aarch64 and arm targets: >> FAIL: gfortran.dg/coarray_47.f90 -O (test for errors, line 12) >> As a matter of fact, I can see no error message in gfortran.log, hence >> dg-error fails to match. >> >> Christophe > > > > -- > "If you can't explain it simply, you don't understand it well enough" > - Albert Einstein -- "If you can't explain it simply, you don't understand it well enough" - Albert Einstein