From patchwork Sat Feb 2 09:32:58 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Sandiford X-Patchwork-Id: 217645 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 5C4AF2C0296 for ; Sat, 2 Feb 2013 20:33:12 +1100 (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=1360402392; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: From:To:Mail-Followup-To:Subject:Date:Message-ID:User-Agent: MIME-Version:Content-Type:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=dYDKO0u0CEUZmlHqbJuU/Xe/0Bg=; b=UligUetmE1yTih8 qXCPMJMg1uwej/LCjIcOAOigQRv/fDO8HdOZVxetSzDz7AOvqwzYvmB3HKuZSchr MaVBgtqvi9HDOlJQALg/ys4XGyOaLcWfzPpxiERO7SKb5XstS5p9pnUVQ1oKoyqj +vswsHeru7K5+t5TjjfmPkpBKQR0= 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:X-Received:Received:From:To:Mail-Followup-To:Subject:Date:Message-ID:User-Agent:MIME-Version:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=lA74Uzh0nUsziXDRWKTsSMkV+GDjP4lwsPBWLOYaLRHX1rRttroKe5BknT+myq zghAeLprYyUWqlJQymR9EHktTvnkLTX+txgtE2Y3nT1pYuqsr1yyz3cNLxecevuE cSfLLaLGYxCXtiPNxwJZvOb/uXlwqcaPCg8aVQNdZB75M=; Received: (qmail 10344 invoked by alias); 2 Feb 2013 09:33:09 -0000 Received: (qmail 10336 invoked by uid 22791); 2 Feb 2013 09:33:08 -0000 X-SWARE-Spam-Status: No, hits=-3.9 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, KHOP_RCVD_TRUST, KHOP_SPAMHAUS_DROP, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE, TW_MF, TW_MG X-Spam-Check-By: sourceware.org Received: from mail-we0-f180.google.com (HELO mail-we0-f180.google.com) (74.125.82.180) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 02 Feb 2013 09:33:03 +0000 Received: by mail-we0-f180.google.com with SMTP id k14so3491226wer.39 for ; Sat, 02 Feb 2013 01:33:01 -0800 (PST) X-Received: by 10.194.156.196 with SMTP id wg4mr17830483wjb.22.1359797581913; Sat, 02 Feb 2013 01:33:01 -0800 (PST) Received: from localhost ([2.26.176.154]) by mx.google.com with ESMTPS id m6sm8640873wic.2.2013.02.02.01.33.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 02 Feb 2013 01:33:01 -0800 (PST) From: Richard Sandiford To: gcc-patches@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org, rdsandiford@googlemail.com Subject: [MIPS, committed] Include mips-sde-elf in vect_float Date: Sat, 02 Feb 2013 09:32:58 +0000 Message-ID: <87obg3qcvp.fsf@talisman.default> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) 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 I noticed while looking at some -mgp32 -mfp64 vect testsuite failures on mips-sde-elf that we weren't running the more interesting tests. Like mipsisa64-elf, hard-float mips-sde-elf ought to have full support for paired single, and mips-sde-elf is the easiest way of testing mismatched register sizes. Tested on mips-sde-elf and applied. Richard gcc/testsuite/ * lib/target-supports.exp (check_effective_target_vect_float) (check_effective_target_vect_no_align): Add mips-sde-elf. Index: gcc/testsuite/lib/target-supports.exp =================================================================== --- gcc/testsuite/lib/target-supports.exp 2013-01-23 11:56:58.000000000 +0000 +++ gcc/testsuite/lib/target-supports.exp 2013-02-02 09:25:12.124671796 +0000 @@ -2935,6 +2935,7 @@ proc check_effective_target_vect_float { if { [istarget i?86-*-*] || [istarget powerpc*-*-*] || [istarget spu-*-*] + || [istarget mips-sde-elf] || [istarget mipsisa64*-*-*] || [istarget x86_64-*-*] || [istarget ia64-*-*] @@ -3532,6 +3533,7 @@ proc check_effective_target_vect_no_alig } else { set et_vect_no_align_saved 0 if { [istarget mipsisa64*-*-*] + || [istarget mips-sde-elf] || [istarget sparc*-*-*] || [istarget ia64-*-*] || [check_effective_target_arm_vect_no_misalign]