From patchwork Fri Sep 9 10:00:50 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Terry Guo X-Patchwork-Id: 114041 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 7F5B0B6F93 for ; Fri, 9 Sep 2011 20:01:27 +1000 (EST) Received: (qmail 20463 invoked by alias); 9 Sep 2011 10:01:24 -0000 Received: (qmail 20452 invoked by uid 22791); 9 Sep 2011 10:01:22 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL, BAYES_00, MSGID_MULTIPLE_AT, RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from cam-admin0.cambridge.arm.com (HELO cam-admin0.cambridge.arm.com) (217.140.96.50) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Sep 2011 10:01:08 +0000 Received: from geoffrey.Emea.Arm.com (geoffrey.emea.arm.com [10.1.255.46]) by cam-admin0.cambridge.arm.com (8.12.6/8.12.6) with ESMTP id p89A0T11027032 for ; Fri, 9 Sep 2011 11:00:29 +0100 (BST) Received: from cam-owa1.Emea.Arm.com ([10.1.255.62]) by geoffrey.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 9 Sep 2011 11:01:01 +0100 Received: from Terrysh02 ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 9 Sep 2011 11:01:00 +0100 From: "Terry Guo" To: Subject: [Patch, testsuite, arm] Skip the arch conflict to enable case neon-thumb2-move pass on more targets. Date: Fri, 9 Sep 2011 18:00:50 +0800 Message-ID: <003201cc6ed7$5de5d870$19b18950$@guo@arm.com> 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 Hello, This patch enables the case pass on targets other than armv7-a by skipping the architecture conflict message. Is it OK to trunk? BR, Terry 2011-09-09 Terry Guo * gcc.target/arm/neon-thumb2-move.c: Skip the architecture conflict to enable the case pass on targets other than armv7-a. diff --git a/gcc/testsuite/gcc.target/arm/neon-thumb2-move.c b/gcc/testsuite/gcc.target/arm/neon-thumb2-move.c index 430a4d5..9cf86dd 100644 --- a/gcc/testsuite/gcc.target/arm/neon-thumb2-move.c +++ b/gcc/testsuite/gcc.target/arm/neon-thumb2-move.c @@ -3,6 +3,7 @@ /* { dg-require-effective-target arm_thumb2_ok } */ /* { dg-options "-O2 -mthumb -march=armv7-a" } */ /* { dg-add-options arm_neon } */ +/* { dg-prune-output "switch .* conflicts with" } */ #include #include