From patchwork Thu Oct 4 08:12:06 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Botcazou X-Patchwork-Id: 189059 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 ADD4B2C0330 for ; Thu, 4 Oct 2012 18:16:17 +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=1349943378; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:From:To:Subject:Date:Message-ID:User-Agent:MIME-Version: Content-Type:Content-Transfer-Encoding:Mailing-List:Precedence: List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=sI5uavlMclwehXMTn2Usv2MeMpo=; b=AedDLgczbI07dYP nlgUPJxyheT4UJW735xIKiBjEYWil2xSno2j6FM7uLI4967XLEnUtm2900yahOUm hw3mHfAqrhBz+vyCtyWCWfMQZjwB+QNe4dBnYOkXXacCmBQ057nOqUHd4INquEX6 goUkIeMuxaLS5oOoPuFRDrvYGdwc= 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:From:To:Subject:Date:Message-ID:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=Uz5KnJaJAY/QEgHgYBMdoqtna76DJiQLoRfUGiB4zj8TcMyvAdLYDE0odef5Uf dyRmf+P/0RT/28ukgTNqjOKwIGUAlgT1FPDT0hxOfFechEcamYxZ0ap/BYIqVuK6 e4hySOT2zDhl8l68PNiJIIhl51YlGN9Ir1g9BwJF2epAU=; Received: (qmail 15228 invoked by alias); 4 Oct 2012 08:15:51 -0000 Received: (qmail 15195 invoked by uid 22791); 4 Oct 2012 08:15:44 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,TW_EG 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; Thu, 04 Oct 2012 08:15:36 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 6916B290043 for ; Thu, 4 Oct 2012 10:15:46 +0200 (CEST) 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 xDGxBHPP+Vt3 for ; Thu, 4 Oct 2012 10:15:46 +0200 (CEST) Received: from polaris.localnet (bon31-6-88-161-99-133.fbx.proxad.net [88.161.99.133]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 3184E29003D for ; Thu, 4 Oct 2012 10:15:46 +0200 (CEST) From: Eric Botcazou To: gcc-patches@gcc.gnu.org Subject: Adjust gcc.dg/lower-subreg-1.c for SPARC Date: Thu, 04 Oct 2012 10:12:06 +0200 Message-ID: <1491966.a34JRQf4fW@polaris> User-Agent: KMail/4.7.2 (Linux/3.1.10-1.16-desktop; KDE/4.7.2; x86_64; ; ) 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 Tested on SPARC/Solaris 10, applied on the mainline. 2012-10-04 Eric Botcazou PR rtl-optimization/54739 * gcc.dg/lower-subreg-1.c: Also skip on SPARC. Index: gcc.dg/lower-subreg-1.c =================================================================== --- gcc.dg/lower-subreg-1.c (revision 192031) +++ gcc.dg/lower-subreg-1.c (working copy) @@ -1,4 +1,4 @@ -/* { dg-do compile { target { ! { mips64 || { arm*-*-* ia64-*-* spu-*-* tilegx-*-* } } } } } */ +/* { dg-do compile { target { ! { mips64 || { arm*-*-* ia64-*-* sparc*-*-* spu-*-* tilegx-*-* } } } } } */ /* { dg-options "-O -fdump-rtl-subreg1" } */ /* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && x32 } { "*" } { "" } } */ /* { dg-require-effective-target ilp32 } */