From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31960 invoked by alias); 2 Dec 2015 21:44:41 -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 31945 invoked by uid 89); 2 Dec 2015 21:44:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: troutmask.apl.washington.edu Received: from troutmask.apl.washington.edu (HELO troutmask.apl.washington.edu) (128.95.76.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 02 Dec 2015 21:44:39 +0000 Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id tB2LiZbu057540 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 2 Dec 2015 13:44:35 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id tB2LiZbI057539; Wed, 2 Dec 2015 13:44:35 -0800 (PST) (envelope-from sgk) Date: Wed, 02 Dec 2015 21:44:00 -0000 From: Steve Kargl To: Cesar Philippidis Cc: thomas@codesourcery.com, fortran@gcc.gnu.org Subject: Re: goacc/reduction-2.f95 failure Message-ID: <20151202214435.GA12293@troutmask.apl.washington.edu> References: <20151202203334.GA78348@troutmask.apl.washington.edu> <565F57C0.60200@codesourcery.com> <20151202204924.GA88841@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151202204924.GA88841@troutmask.apl.washington.edu> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2015-12/txt/msg00028.txt.bz2 On Wed, Dec 02, 2015 at 12:49:24PM -0800, Steve Kargl wrote: > On Wed, Dec 02, 2015 at 12:42:40PM -0800, Cesar Philippidis wrote: > > On 12/02/2015 12:33 PM, Steve Kargl wrote: > > > > > I just got a failure in the gfortran testsuite. > > > > > > FAIL: gfortran.dg/goacc/reduction-2.f95 -O scan-tree-dump-times \ > > > gimple "target oacc_kernels map.tofrom:a .len: 4.." 1 > > > > > > Is this a known failure or expected? > > > > > > reduction-2.f95 was committed yesterday. Is something missing? > > > > How old is your build? > > > > I think Tom tweaked the default data mapping for kernels variables > > yesterday either right before or after I committed a patch which > > introduced that test case. That should be fixed in this patch > > > > https://gcc.gnu.org/ml/gcc-patches/2015-12/msg00349.html > > > > which applied I applied to trunk about an hour ago. > > > > It's about an hour old. I was testing the coarray events patch. > In preparation for the commit, I updated the gcc/testsuite directory > to get an up-to-date ChangeLog. I probably picked up a part of > a commit. Rebuild from a top-of-tree as of 10 minutes ago. I know > shortly if it is a false alarm. Following up: it appears I had an inconsistent tree, so yes, a false alarm. -- Steve