From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8389 invoked by alias); 28 Sep 2011 06:14:50 -0000 Received: (qmail 8379 invoked by uid 22791); 28 Sep 2011 06:14:48 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Sep 2011 06:14:33 +0000 Received: from wpaz37.hot.corp.google.com (wpaz37.hot.corp.google.com [172.24.198.101]) by smtp-out.google.com with ESMTP id p8S6EWKp014074 for ; Tue, 27 Sep 2011 23:14:32 -0700 Received: from yib12 (yib12.prod.google.com [10.243.65.76]) by wpaz37.hot.corp.google.com with ESMTP id p8S6EVuK008163 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Tue, 27 Sep 2011 23:14:31 -0700 Received: by yib12 with SMTP id 12so10719835yib.1 for ; Tue, 27 Sep 2011 23:14:31 -0700 (PDT) Received: by 10.68.22.36 with SMTP id a4mr33456283pbf.80.1317190471086; Tue, 27 Sep 2011 23:14:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.22.36 with SMTP id a4mr33456268pbf.80.1317190470827; Tue, 27 Sep 2011 23:14:30 -0700 (PDT) Received: by 10.143.98.5 with HTTP; Tue, 27 Sep 2011 23:14:30 -0700 (PDT) In-Reply-To: <20110927011456.993AF20A09@guozhiwei.sha.corp.google.com> References: <20110927011456.993AF20A09@guozhiwei.sha.corp.google.com> Date: Wed, 28 Sep 2011 08:29:00 -0000 Message-ID: Subject: Re: [google] Backport r178628 from trunk to google/gcc-4_6 (issue5139050) From: =?UTF-8?B?RG91ZyBLd2FuICjpl5zmjK/lvrcp?= To: Guozhi Wei Cc: reply@codereview.appspotmail.com, gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes 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 X-SW-Source: 2011-09/txt/msg01798.txt.bz2 This is okay On Mon, Sep 26, 2011 at 6:14 PM, Guozhi Wei wrote: > Hi > > This patch removes the XPASS of test case 20040204-1.c on arm. > > Tested by > on arm: make check-gcc RUNTESTFLAGS=3D"--target_board=3Darm-sim/thumb/arc= h=3Darmv7-a tree-ssa.exp=3D20040204-1.c" > on x86_64: make check-gcc RUNTESTFLAGS=3D"tree-ssa.exp=3D20040204-1.c" > > OK for google/gcc-4_6? > > thanks > Carrot > > > 2011-09-27 =A0Guozhi Wei =A0 > > =A0 =A0 =A0 =A02011-09-07 =A0Jiangning Liu =A0 > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0PR tree-optimization/46021 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0* gcc.dg/tree-ssa/20040204-1.c: Don't XFAI= L on arm*-*-*. > > > Index: gcc.dg/tree-ssa/20040204-1.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- gcc.dg/tree-ssa/20040204-1.c =A0 =A0 =A0 =A0(revision 179225) > +++ gcc.dg/tree-ssa/20040204-1.c =A0 =A0 =A0 =A0(working copy) > @@ -33,5 +33,5 @@ void test55 (int x, int y) > =A0 =A0that the && should be emitted (based on BRANCH_COST). =A0Fix this > =A0 =A0by teaching dom to look through && and register all components > =A0 =A0as true. =A0*/ > -/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail = { ! "alpha*-*-* powerpc*-*-* cris-*-* crisv32-*-* hppa*-*-* i?86-*-* mmix-*= -* mips*-*-* m68k*-*-* moxie-*-* sparc*-*-* spu-*-* x86_64-*-*" } } } } */ > +/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail = { ! "alpha*-*-* arm*-*-* powerpc*-*-* cris-*-* crisv32-*-* hppa*-*-* i?86-*= -* mmix-*-* mips*-*-* m68k*-*-* moxie-*-* sparc*-*-* spu-*-* x86_64-*-*" } = } } } */ > =A0/* { dg-final { cleanup-tree-dump "optimized" } } */ > > -- > This patch is available for review at http://codereview.appspot.com/51390= 50 >