From patchwork Wed Jan 15 19:31:50 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Sandiford X-Patchwork-Id: 311250 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 2D0C92C008F for ; Thu, 16 Jan 2014 06:32:04 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type; q=dns; s= default; b=A0h0dytqMk5M1WEr5+JNvVl5zzxLfVb0BMhGivB6vzKVShk02rFrp WYvCFBgEE6/zk1C6waIs+0SKHcqziQVo29ScgNuh0wbGtuL1h0pkq0L4CGFpBAn/ T6qMOoroZAQWdh9nIEEGiwBY0Vt6EGRTUy8K5Zl8e7K7PSaKd5HIb4= 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:from :to:subject:date:message-id:mime-version:content-type; s= default; bh=McL2FbOw5oIfPNUD8w/an437rgg=; b=eZYH4G2HbAPZ6hzqx9LR FEWiT4m+7MRPetJk7DLXYMffG55RF4Pv8888RvvBpimtqJC1l1dK4l1Go2vfSmCm ZaDa8z/89/4neyt+r/czoxgjnJdGolxu+Cd0KDw+yTnqZWtbOHjnyIPCdvuBPhhf e2g+ytmzMnnZtPsSQa0hYE0= Received: (qmail 4300 invoked by alias); 15 Jan 2014 19:31:56 -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 4281 invoked by uid 89); 15 Jan 2014 19:31:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f182.google.com Received: from mail-wi0-f182.google.com (HELO mail-wi0-f182.google.com) (209.85.212.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 15 Jan 2014 19:31:55 +0000 Received: by mail-wi0-f182.google.com with SMTP id ex4so2682677wid.9 for ; Wed, 15 Jan 2014 11:31:52 -0800 (PST) X-Received: by 10.180.108.132 with SMTP id hk4mr4160429wib.12.1389814311968; Wed, 15 Jan 2014 11:31:51 -0800 (PST) Received: from localhost ([2.28.234.162]) by mx.google.com with ESMTPSA id j3sm8095542wiy.3.2014.01.15.11.31.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Jan 2014 11:31:51 -0800 (PST) From: Richard Sandiford To: gcc-patches@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org, rdsandiford@googlemail.com Subject: [MIPS] Tweak options for umips-branch-4.c Date: Wed, 15 Jan 2014 19:31:50 +0000 Message-ID: <87a9exnis9.fsf@talisman.default> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 umips-branch-4.c relies on direct JALs being possible, so add addressing=absolute to force that. Tested on mips64-linux-gnu and applied. Thanks, Richard gcc/testsuite/ * gcc.target/mips/umips-branch-4.c: Add addressing=absolute. Index: gcc/testsuite/gcc.target/mips/umips-branch-4.c =================================================================== --- gcc/testsuite/gcc.target/mips/umips-branch-4.c 2014-01-12 14:45:53.520325433 +0000 +++ gcc/testsuite/gcc.target/mips/umips-branch-4.c 2014-01-12 14:55:15.356896582 +0000 @@ -1,4 +1,4 @@ -/* { dg-options "(-mmicromips)" } */ +/* { dg-options "(-mmicromips) addressing=absolute" } */ void foo (void);