From patchwork Thu Jan 29 19:27:58 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Edelsohn X-Patchwork-Id: 434641 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 C1F0E140272 for ; Fri, 30 Jan 2015 06:35:53 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:date:message-id:subject:from:to:content-type; q= dns; s=default; b=Qbj+9l1xKv9IukdzFCCPsHJgkTUcpZrXtiEFv7Jd0c4Nok nmOSBaX/1M8cua3Po+TaY505O4+cqlJuGNeo4T3Mku6+I2B+dBSzGKEIcxk7B14O 45DLQCwhUwjo+/qZumfsdK4TA3/kgPFqAHDl1PqdEAhbXEu8SvVfpfUwGVbZ8= 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 :mime-version:date:message-id:subject:from:to:content-type; s= default; bh=ChjFKl4/KSGFudqD/Qh913TBmvc=; b=mIH37S6Vaz4Ll0/W+xiS 3KnBkwu9OeZAtJosOmKRBzBKjK64AlzF5fwcZ7LoQFv5XBQxvdgFCOOFyLEx6Ev1 Ts+qo6w/3WjBeswEQLkL/PEuxP77oorLUlja1S8T/ZiNGmvkp+FjvQ7HgcuJb3uu jCzDVI5sWRsIUe3N6i9dRQY= Received: (qmail 14658 invoked by alias); 29 Jan 2015 19:28:03 -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 14057 invoked by uid 89); 29 Jan 2015 19:28:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS, SUBJ_ALL_CAPS autolearn=no version=3.3.2 X-HELO: mail-ie0-f182.google.com Received: from mail-ie0-f182.google.com (HELO mail-ie0-f182.google.com) (209.85.223.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 29 Jan 2015 19:28:00 +0000 Received: by mail-ie0-f182.google.com with SMTP id ar1so38092697iec.13 for ; Thu, 29 Jan 2015 11:27:58 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.42.86.136 with SMTP id u8mr2196971icl.91.1422559678627; Thu, 29 Jan 2015 11:27:58 -0800 (PST) Received: by 10.36.75.75 with HTTP; Thu, 29 Jan 2015 11:27:58 -0800 (PST) Date: Thu, 29 Jan 2015 14:27:58 -0500 Message-ID: Subject: [PATCH] PR64159 From: David Edelsohn To: GCC Patches As discussed in the PR and referenced by the comment in the testcase itself, the failure is expected on PowerPC and also occurs on SPARC. Thanks, David * gcc.dg/tree-ssa/ssa-dom-cse-2.c: XFAIL for powerpc*-*-* and sparc*-*-*. hppa*-*-* powerpc*-*-* sparc*-*-*} } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */ Index: ssa-dom-cse-2.c =================================================================== --- ssa-dom-cse-2.c (revision 220256) +++ ssa-dom-cse-2.c (working copy) @@ -20,5 +20,5 @@ /* See PR63679, if the target forces the initializer to memory then DOM is not able to perform this optimization. */ -/* { dg-final { scan-tree-dump "return 28;" "optimized" { xfail hppa*-*-* } } } */ +/* { dg-final { scan-tree-dump "return 28;" "optimized" { xfail