From patchwork Thu Jun 7 20:47:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans-Peter Nilsson X-Patchwork-Id: 163675 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]) by ozlabs.org (Postfix) with SMTP id 49004B6FAF for ; Fri, 8 Jun 2012 06:48:12 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1339706893; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Received:Received:Received:Date:Message-Id:From:To: Subject:MIME-Version:Content-Type:Content-Transfer-Encoding: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=atZIhGhz/qtDCWUSGQrx S8O8mDs=; b=XmAU+vnI0BdRDz8yRqJZvxsuSxcvDM4iv+n/aSkyc757vu3HUFDr OtOaO/BLr9pZYwLpDPJg/BbsQhrkUxOMXqncr4U6oR4pxHwXGe4x2/OFTECM6ff9 wIFvK40XWNcCm7PW1acXThZ3nlIXALGFPH+T1/DOA+UIHJ1Frm22V0U= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Received:Received:Received:Received:Date:Message-Id:From:To:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=x+rsWH6cPmkH2Ph3Fy39yGCjkjWOnVaoNSjFbnLo65bTwNpUgOmI/2JLRqxw1U s7L65FWDgqvfI3HWBrm2K6h5Ng6bJoslBTWMX5rRa4l4UY9Zd1ZzzF/ygziyQ+3O 1oVg5UCNx+iwQiMkHU8QTDAaEFTRrZC0VdD7c1ppUTep0=; Received: (qmail 3885 invoked by alias); 7 Jun 2012 20:48:09 -0000 Received: (qmail 3877 invoked by uid 22791); 7 Jun 2012 20:48:09 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL, BAYES_00, RCVD_IN_HOSTKARMA_NO, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from ra.se.axis.com (HELO ra.se.axis.com) (195.60.68.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 Jun 2012 20:47:56 +0000 Received: from localhost (localhost [127.0.0.1]) by ra.se.axis.com (Postfix) with ESMTP id A2F7D11FD6 for ; Thu, 7 Jun 2012 22:47:54 +0200 (CEST) Received: from ra.se.axis.com ([127.0.0.1]) by localhost (ra.se.axis.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Jec+szr1na3g for ; Thu, 7 Jun 2012 22:47:54 +0200 (CEST) Received: from thoth.se.axis.com (thoth.se.axis.com [10.0.2.173]) by ra.se.axis.com (Postfix) with ESMTP id 1647711FD1 for ; Thu, 7 Jun 2012 22:47:54 +0200 (CEST) Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.88.21.50]) by thoth.se.axis.com (Postfix) with ESMTP id 13FDC34140; Thu, 7 Jun 2012 22:47:54 +0200 (CEST) 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 q57Klrmt010455; Thu, 7 Jun 2012 22:47:53 +0200 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id q57KlrQr010451; Thu, 7 Jun 2012 22:47:53 +0200 Date: Thu, 7 Jun 2012 22:47:53 +0200 Message-Id: <201206072047.q57KlrQr010451@ignucius.se.axis.com> From: Hans-Peter Nilsson To: gcc-patches@gcc.gnu.org Subject: Committed: xfail gcc.dg/pr46647.c for cris-* and crisv32-* MIME-Version: 1.0 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 See the PR. Note well, there is no effect on the emitted assembly code; the failure is in this pass but fixed in another. Thus it does not pass the work/benefit threshold for adding a separate test-case from the code in the PR, just for xfailing this one; and for every xfail there should be a PR. PR middle-end/53535 * gcc.dg/pr46647.c: xfail for cris-* and crisv32-*. brgds, H-P Index: gcc/testsuite/gcc.dg/pr46647.c =================================================================== --- gcc/testsuite/gcc.dg/pr46647.c (revision 188313) +++ gcc/testsuite/gcc.dg/pr46647.c (working copy) @@ -25,5 +25,6 @@ func3 (void) return 0; } -/* { dg-final { scan-tree-dump-not "memset" "optimized" } } */ +/* The xfail for cris-* and crisv32-* is due to PR53535. */ +/* { dg-final { scan-tree-dump-not "memset" "optimized" { xfail cris-*-* crisv32-*-* } } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */