From patchwork Fri Apr 12 21:09:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Law X-Patchwork-Id: 236216 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 63CC32C00A9 for ; Sat, 13 Apr 2013 07:09:24 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type; q=dns; s=default; b=MkkXlLFsrhH9LWHYG IB7BCCt4iaxmyAhkOeV6fz6lS2Croat5vaTZQ1JIKH953ERUaQY0mPXuxKXfZ+uG nole44mm5J+q3Nm60KDBKOoeVZefG9RXLZNj6m7JAWRK1sugZGSo+JQZrTnJscdw 2hjRaiypjdAEXzlBVOR/6Q8bVw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type; s=default; bh=+5M8CKtsqcDFt1/nbD4vgNH 0tyI=; b=HT9tryqQZRhFXGykukUBFM4qGvfjEEJyAeLHpwmNff2jLTk11bj7EaT WDr3Q1KKsPx8sYOaG5uP4nNd0hi04mFSryNT4tMmXT4bdg8J22J12+OMWH47fyPn PWDU4do8kuHsjkRFOwY+7XpqSfjBzHf4/74xqML6YU6JNIhNrVn0= Received: (qmail 6623 invoked by alias); 12 Apr 2013 21:09:18 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 6614 invoked by uid 89); 12 Apr 2013 21:09:17 -0000 X-Spam-SWARE-Status: No, score=-8.7 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, KHOP_THREADED, RCVD_IN_DNSWL_HI, RCVD_IN_HOSTKARMA_W, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 12 Apr 2013 21:09:17 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3CL9FAS027728 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 12 Apr 2013 17:09:16 -0400 Received: from stumpy.slc.redhat.com (ovpn-113-84.phx2.redhat.com [10.3.113.84]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r3CL9FCx031186; Fri, 12 Apr 2013 17:09:15 -0400 Message-ID: <516877FB.4000701@redhat.com> Date: Fri, 12 Apr 2013 15:09:15 -0600 From: Jeff Law User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130402 Thunderbird/17.0.5 MIME-Version: 1.0 To: Dominique Dhumieres CC: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Don't run vrp87.c on various targets References: <20130412203529.0B4F63BE1A@mailhost.lps.ens.fr> In-Reply-To: <20130412203529.0B4F63BE1A@mailhost.lps.ens.fr> X-Virus-Found: No On 04/12/2013 02:35 PM, Dominique Dhumieres wrote: > Jeff, > > The tests fail also on powerpc*-*-* (see > http://gcc.gnu.org/ml/gcc-testresults/2013-04/msg01162.html and > http://gcc.gnu.org/ml/gcc-testresults/2013-04/msg01330.html ). > Could you please add it to the long list of skipped targets? Attached patch was applied to the trunk. It catches both targets that define a static BRANCH_COST value of "3". commit c8b64190756d2578bd03fcc862568c2fd1d4e915 Author: Jeff Law Date: Fri Apr 12 15:03:17 2013 -0600 * gcc.dg/tree-ssa/vrp87.c: Do not run test on ppc and xtensa either. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ae1fd6d..aea8f72 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-04-12 Jeff Law + + * gcc.dg/tree-ssa/vrp87.c: Do not run test on ppc and xtensa + either. + 2013-04-11 Jeff Law PR tree-optimization/56900 diff --git a/gcc/testsuite/gcc.dg/tree-ssa/vrp87.c b/gcc/testsuite/gcc.dg/tree-ssa/vrp87.c index c8e4571..0b9029f 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/vrp87.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/vrp87.c @@ -1,4 +1,4 @@ -/* { dg-do compile { target { ! "m68k*-*-* mmix*-*-* mep*-*-* bfin*-*-* v850*-*-* picochip*-*-* moxie*-*-* cris*-*-* m32c*-*-* fr30*-*-* mcore*-*-*"} } } */ +/* { dg-do compile { target { ! "m68k*-*-* mmix*-*-* mep*-*-* bfin*-*-* v850*-*-* picochip*-*-* moxie*-*-* cris*-*-* m32c*-*-* fr30*-*-* mcore*-*-* powerpc*-*-* xtensa*-*-*"} } } */ /* { dg-options "-O2 -fdump-tree-vrp2-details -fdump-tree-cddce2-details" } */