From patchwork Sat Mar 5 06:14:06 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Law X-Patchwork-Id: 592329 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 7F12A140B0F for ; Sat, 5 Mar 2016 17:14:16 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=j6uI9M7m; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:to :from:subject:message-id:date:mime-version:content-type; q=dns; s=default; b=Txk07kz/hruY7Rjomq3qQ8TWyP3UaeHNwB75xELB8n6KjbNRFI 1V7FD+m1TAP/5Y4P0EREGYrOW7iA/3YgucYGa+Z3fXaG3myJO4iXkvf4tpttL9nQ TRdr7BJQqUHO1D2b3FFRzmITyjv724/WYYlN9+HaCdUtL0LoIIujvQVuQ= 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:to :from:subject:message-id:date:mime-version:content-type; s= default; bh=8DGOC1mYinYK0MfCB7Ngb3cK4qI=; b=j6uI9M7mLK57Jw8ux0Xt TJjIYo6lLe/XsmONl18x0UL+hfnouqoNFjuH0aRmYCqmqP5Hus9lU03sLx+g8rYF Suw39eVR4ejVcP19lVIAL7zknAeZGW8dGKUNkpLznUS7nLD6mLcmzbXPIdMNIRxS FvejvdJm8QDuK3B2eSN+GZ0= Received: (qmail 85978 invoked by alias); 5 Mar 2016 06:14:09 -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 85962 invoked by uid 89); 5 Mar 2016 06:14:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=1, 4 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 05 Mar 2016 06:14:07 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id A40D063146 for ; Sat, 5 Mar 2016 06:14:06 +0000 (UTC) Received: from slagheap.utah.redhat.com ([10.3.113.11]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u256E6wF021131 for ; Sat, 5 Mar 2016 01:14:06 -0500 To: "gcc-patches@gcc.gnu.org >> gcc-patches" From: Jeff Law Subject: [PATCH][tree-optimization/69196] Limit test to targets where it has been tested Message-ID: <56DA792E.7080508@redhat.com> Date: Fri, 4 Mar 2016 23:14:06 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 X-IsSubscribed: yes The test tree-ssa/pr69196-1.c is BRANCH_COST sensitive. This patch limits it to the targets where it's actually been tested, reducing unnecessary noise in the testsuite for other targets. Installed on the trunk. jeff commit f37ecd860c899173c94689d6001730c1d750d860 Author: law Date: Sat Mar 5 06:12:09 2016 +0000 PR tree-optimization/69196 * gcc.dg/tree-ssa/pr69196-1.c: Limit this to sparc*-*-* and x86_64-*-*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234003 138bc75d-0d04-0410-961f-82ee72b054a4 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 683585c..4b08dcd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2016-03-04 Jeff Law + + PR tree-optimization/69196 + * gcc.dg/tree-ssa/pr69196-1.c: Limit this to sparc*-*-* and + x86_64-*-*. + 2016-03-04 Bernd Schmidt PR c/69973 diff --git a/gcc/testsuite/gcc.dg/tree-ssa/pr69196-1.c b/gcc/testsuite/gcc.dg/tree-ssa/pr69196-1.c index 11c7cf5..415ac2e 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/pr69196-1.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/pr69196-1.c @@ -1,4 +1,4 @@ -/* { dg-do compile } */ +/* { dg-do compile { target sparc*-*-* x86_64-*-* } } */ /* { dg-options "-O2 -fdump-tree-vrp1-details" } */ /* { dg-final { scan-tree-dump "FSM did not thread around loop and would copy too many statements" "vrp1" } } */