From patchwork Sat Jan 11 01:45:11 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans-Peter Nilsson X-Patchwork-Id: 309493 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 C9E802C0097 for ; Sat, 11 Jan 2014 12:45:28 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :message-id:from:to:cc:in-reply-to:subject:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=LKF 0P+QrWnp9Xupl86wDqAXpb6qSQpi9C8TC35HDFqvdl6zBUsRldhGtb7F/TPbKLqP sgoy2+DOdMpKp4QQsg8TtI7D3bO0auDxYV6DuykvwxPGBMlCsI1rEi/U8gjHq3zM SGSV6EhpsAJwyFIpPMhzkY3fly9VDmNe447PIUPk= 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:date :message-id:from:to:cc:in-reply-to:subject:mime-version :content-type:content-transfer-encoding; s=default; bh=1GlvkedNO 7ge2LzGsIc5NN9khH4=; b=ZajssmNN5Dp7tx7TKYDpwHcMvkw/sl1zSeLygCsig NgWA4hZWvsgymOZCon3k97sMOqnPNpeLNGwPHl8S2v8/+i7kYZ5MtxWndblB3agO +e0+t1DuowNbvKRvpaAgEiD9Y8CxylsFkGix+5oNrpx9hIdMPpdA/fn4dMkac/y4 w4= Received: (qmail 17643 invoked by alias); 11 Jan 2014 01:45: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 17632 invoked by uid 89); 11 Jan 2014 01:45:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-HELO: anubis.se.axis.com Received: from anubis.se.axis.com (HELO anubis.se.axis.com) (195.60.68.12) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 11 Jan 2014 01:45:16 +0000 Received: from localhost (localhost [127.0.0.1]) by anubis.se.axis.com (Postfix) with ESMTP id 085FB3F803F; Sat, 11 Jan 2014 02:45:14 +0100 (CET) Received: from anubis.se.axis.com ([127.0.0.1]) by localhost (anubis.se.axis.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ugndIUZNZAxL; Sat, 11 Jan 2014 02:45:13 +0100 (CET) Received: from boulder.se.axis.com (boulder.se.axis.com [10.0.2.104]) by anubis.se.axis.com (Postfix) with ESMTP id 0A3733F803D; Sat, 11 Jan 2014 02:45:12 +0100 (CET) Received: from boulder.se.axis.com (localhost [127.0.0.1]) by postfix.imss71 (Postfix) with ESMTP id CE529BC1; Sat, 11 Jan 2014 02:45:12 +0100 (CET) Received: from seth.se.axis.com (seth.se.axis.com [10.0.2.172]) by boulder.se.axis.com (Postfix) with ESMTP id C37C43CE; Sat, 11 Jan 2014 02:45:12 +0100 (CET) Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.88.21.50]) by seth.se.axis.com (Postfix) with ESMTP id BF4BC3E06F; Sat, 11 Jan 2014 02:45:12 +0100 (CET) Received: from ignucius.se.axis.com (localhost [127.0.0.1]) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id s0B1jCh9018144; Sat, 11 Jan 2014 02:45:12 +0100 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id s0B1jBSJ018140; Sat, 11 Jan 2014 02:45:11 +0100 Date: Sat, 11 Jan 2014 02:45:11 +0100 Message-Id: <201401110145.s0B1jBSJ018140@ignucius.se.axis.com> From: Hans-Peter Nilsson To: mikestump@comcast.net CC: gcc-patches@gcc.gnu.org In-reply-to: <87E13A4A-D32B-4D32-B165-22C6EA73A4A3@comcast.net> (message from Mike Stump on Sat, 11 Jan 2014 01:55:09 +0100) Subject: Re: Committed: skip gcc.dg/pr46309.c for CRIS MIME-Version: 1.0 > From: Mike Stump > Date: Sat, 11 Jan 2014 01:55:09 +0100 > On Jan 10, 2014, at 11:26 AM, Hans-Peter Nilsson wrote: > > This patch "fixes" a regression on trunk and the 4.8 branch: > > > Index: gcc/testsuite/gcc.dg/pr46309.c > > =================================================================== > > --- gcc/testsuite/gcc.dg/pr46309.c (revision 206534) > > +++ gcc/testsuite/gcc.dg/pr46309.c (working copy) > > @@ -1,5 +1,5 @@ > > /* PR tree-optimization/46309 */ > > -/* { dg-do compile } */ > > +/* { dg-do compile { target { ! { cris*-*-* } } } } */ > > If you could add /* branch cost==1 */ or some such to it, it > would help others that have ports and see it fail, why this > might be appropriate to just skip on their target, thanks. > It's already there in the two lines you cut out, isn't it? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ brgds, H-P Index: gcc/testsuite/gcc.dg/pr46309.c =================================================================== --- gcc/testsuite/gcc.dg/pr46309.c (revision 206534) +++ gcc/testsuite/gcc.dg/pr46309.c (working copy) @@ -1,5 +1,5 @@ /* PR tree-optimization/46309 */ -/* { dg-do compile } */ +/* { dg-do compile { target { ! { cris*-*-* } } } } */ /* { dg-options "-O2 -fdump-tree-reassoc-details" } */ /* The transformation depends on BRANCH_COST being greater than 1 (see the notes in the PR), so try to force that. */