From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43093 invoked by alias); 1 Sep 2015 12:53:07 -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 43080 invoked by uid 89); 1 Sep 2015 12:53:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: eu-smtp-delivery-143.mimecast.com Received: from eu-smtp-delivery-143.mimecast.com (HELO eu-smtp-delivery-143.mimecast.com) (146.101.78.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 01 Sep 2015 12:53:05 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) by eu-smtp-1.mimecast.com with ESMTP id uk-mta-13-GQdsXW4NQsiRz2QNgIWC1w-1; Tue, 01 Sep 2015 13:53:01 +0100 Received: from [10.2.207.65] ([10.1.2.79]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 1 Sep 2015 13:52:59 +0100 Message-ID: <55E59FAB.6030303@arm.com> Date: Tue, 01 Sep 2015 12:53:00 -0000 From: Alan Lawrence User-Agent: Thunderbird 2.0.0.24 (X11/20101213) MIME-Version: 1.0 To: Rainer Orth CC: "gcc-patches@gcc.gnu.org" , Richard Biener Subject: Re: [testsuite] Don't xfail gcc.dg/vect/no-scevccp-outer-11.c References: In-Reply-To: X-MC-Unique: GQdsXW4NQsiRz2QNgIWC1w-1 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00043.txt.bz2 Rainer Orth wrote: > It seems that since 20150717, gcc.dg/vect/no-scevccp-outer-11.c XPASSes > everywhere: >=20 > XPASS: gcc.dg/vect/no-scevccp-outer-11.c scan-tree-dump-times vect "OUTER= LOOP VECTORIZED." 1 >=20 > To reduce testsuite noise, I'd like to remove the xfail as follows. > Tested with the appropriate runtest invocations on i386-pc-solaris2.12 > and x86_64-unknown-linux-gnu. I can confirm that this is also passing on aarch64 and arm. Cheers, Alan