From patchwork Tue Apr 1 05:42:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bin Cheng X-Patchwork-Id: 335667 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 89CCB14007B for ; Tue, 1 Apr 2014 16:42:34 +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:from :to:subject:date:message-id:mime-version:content-type; q=dns; s= default; b=kfGjQAA6HjGdwgjKym4O6VMoUDRll7Lres1Enza+s7tygoGNnVTUD jnkySLvIN6SXGiN1qSXANvVSqpc8OmWigcdZb+nCpfWnZeL5bPdnSCXAcec7D4NO mJbp4R5mL4tnBQm+WOgv4OBhlqgtazY0GWn/rOgqG6F8z3D3Vy2Kmo= 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:from :to:subject:date:message-id:mime-version:content-type; s= default; bh=W/FdA3V7fUAc7Z11K6qkXVo4RoI=; b=Jkp6X7bGje7jM5blH+Yt +1SWIM4TQX9vRdoIjiSl8eiQWSuk2A6HEto9VMfEEJX5hVRFZiDBN7NSkSXFxTLt 1RnjFyfqfBcuKvFl85sKX2B+kuj5HeXpLggQ7DD3SLUbfC04shTjpjg+rMOEjJJz H41I/FJVcuInSeqlouCq1d0= Received: (qmail 13951 invoked by alias); 1 Apr 2014 05:42:27 -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 13932 invoked by uid 89); 1 Apr 2014 05:42:26 -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, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: service87.mimecast.com Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 01 Apr 2014 05:42:24 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Tue, 01 Apr 2014 06:42:22 +0100 Received: from SHAWIN162 ([10.1.255.212]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 1 Apr 2014 06:42:35 +0100 From: "bin.cheng" To: Subject: [PATCH PR60363]XFAIL case ssa-dom-thread-4.c for logical_op_short_circuit targets Date: Tue, 1 Apr 2014 13:42:18 +0800 Message-ID: <007a01cf4d6d$25dc6ad0$71954070$@arm.com> MIME-Version: 1.0 X-MC-Unique: 114040106422201101 X-IsSubscribed: yes Hi, Patch for PR60363 is sent at http://gcc.gnu.org/ml/gcc-patches/2014-03/msg00857.html , but it needs to wait for stage 1. In the meanwhile this patch is to xfail the case for logical_op_short_circuit targets. Is it ok? Thanks, bin gcc/testsuite/ChangeLog 2014-04-01 Bin Cheng PR target/60363 * gcc.target/tree-ssa/ssa-dom-thread-4.c: Xfail for logical_op_short_circuit targets. Index: gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c =================================================================== --- gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c (revision 208802) +++ gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c (working copy) @@ -76,6 +76,6 @@ bitmap_ior_and_compl (bitmap dst, const_bitmap a, -> "kill_elt->indx == b_elt->indx" in the second condition, skipping the known-true "b_elt && kill_elt" in the second condition. */ -/* { dg-final { scan-tree-dump-times "Threaded" 4 "dom1" { target logical_op_short_circuit } } } */ +/* { dg-final { scan-tree-dump-times "Threaded" 4 "dom1" { target logical_op_short_circuit xfail logical_op_short_circuit } } } */ /* { dg-final { cleanup-tree-dump "dom1" } } */