From patchwork Fri Nov 19 09:15:52 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Botcazou X-Patchwork-Id: 72228 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 A8DB91007D2 for ; Fri, 19 Nov 2010 20:17:11 +1100 (EST) Received: (qmail 22163 invoked by alias); 19 Nov 2010 09:17:03 -0000 Received: (qmail 22151 invoked by uid 22791); 19 Nov 2010 09:17:01 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 19 Nov 2010 09:16:56 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 03DB0CB02D4 for ; Fri, 19 Nov 2010 10:16:54 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id owpMfpBkF+Nu for ; Fri, 19 Nov 2010 10:16:53 +0100 (CET) Received: from [192.168.1.2] (bon31-9-83-155-120-49.fbx.proxad.net [83.155.120.49]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id D75F0CB0278 for ; Fri, 19 Nov 2010 10:16:53 +0100 (CET) From: Eric Botcazou To: gcc-patches@gcc.gnu.org Subject: [SPARC] unXFAIL gcc.dg/tree-ssa/20040204-1.c Date: Fri, 19 Nov 2010 10:15:52 +0100 User-Agent: KMail/1.9.9 MIME-Version: 1.0 Message-Id: <201011191015.52921.ebotcazou@adacore.com> 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 Tested on sparc-sun-solaris2.10, applied on the mainline. 2010-11-19 Eric Botcazou * gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on the SPARC. Index: gcc.dg/tree-ssa/20040204-1.c =================================================================== --- gcc.dg/tree-ssa/20040204-1.c (revision 166899) +++ gcc.dg/tree-ssa/20040204-1.c (working copy) @@ -33,5 +33,5 @@ void test55 (int x, int y) that the && should be emitted (based on BRANCH_COST). Fix this by teaching dom to look through && and register all components as true. */ -/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail { ! "powerpc*-*-* cris-*-* crisv32-*-* mmix-*-* mips*-*-* m68k*-*-* moxie-*-*" } } } } */ +/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail { ! "powerpc*-*-* cris-*-* crisv32-*-* mmix-*-* mips*-*-* m68k*-*-* moxie-*-* sparc*-*-*" } } } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */