From patchwork Tue Sep 20 01:52:24 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Terry Guo X-Patchwork-Id: 115403 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 92127B70BE for ; Tue, 20 Sep 2011 11:52:52 +1000 (EST) Received: (qmail 26933 invoked by alias); 20 Sep 2011 01:52:50 -0000 Received: (qmail 26892 invoked by uid 22791); 20 Sep 2011 01:52:48 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL, BAYES_00, MSGID_MULTIPLE_AT, SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Tue, 20 Sep 2011 01:52:33 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Tue, 20 Sep 2011 02:52:31 +0100 Received: from Terrysh02 ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.0); Tue, 20 Sep 2011 02:52:29 +0100 From: "Terry Guo" To: Subject: [PATCH] Make the pass of 941014-1.c as a normal pass. Date: Tue, 20 Sep 2011 09:52:24 +0800 Message-ID: <000501cc7737$f2f08f60$d8d1ae20$@guo@arm.com> MIME-Version: 1.0 X-MC-Unique: 111092002523100601 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 is an old case written in 1997. Perhaps it intends to cover an old gcc bug. In fact the case itself passed on QEMU for cortex-m3. So I am proposing a patch here to remove the test script to make this pass as a normal pass. Otherwise the pass is regarded as XPASS. Is it ok to trunk? BR, Terry 2011-09-20 Terry Guo * gcc.c-torture/execute/941014-1.x: Deleted. diff --git a/gcc/testsuite/gcc.c-torture/execute/941014-1.x b/gcc/testsuite/gcc.c-torture/execute/941014-1.x deleted file mode 100644 index bbe060e..0000000 --- a/gcc/testsuite/gcc.c-torture/execute/941014-1.x +++ /dev/null @@ -1,15 +0,0 @@ -# This doesn't always work for Thumb. - -if { [istarget arm*-*-*] } { - set torture_eval_before_execute { - global compiler_conditional_xfail_data - set compiler_conditional_xfail_data { - "Thumb sets the last bit of function relocations" \ - { "arm*-*-*" } \ - { { "-mthumb" "-O0" } } \ - { "" } - } - } -} - -return 0