From patchwork Sat May 10 11:59:24 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans-Peter Nilsson X-Patchwork-Id: 347659 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 1FAF3140084 for ; Sat, 10 May 2014 21:59:35 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=ovjaIosaiHllkrYoVyn+NaQ9ITeJx0ENMsGSyjWZzIcKNa4EZL2R4 iS6jlmyP13NNabmnA4nYk7UKffIWnAg8XTBqnCaONeTSnSAbollNdthhgKLLCWo2 56KNfkYbnso3VArFF/jzr4mQWyPtq3g6CwQrSij86JuZdTn92Zr5n0= 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:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=2Jg67wDF5BB+RBSiw8FQksBD8F8=; b=vxkdmao/Tm1tgxd2fHS3 qoHRLgVdh48zJW+1LqeYEyeuryyKGq/ciXvkWDNhdnaPUezXm8VWlE9xW4DiYrq7 u7qf8DNF0Noifbme8K33uVIMhhljVARigqw+xFEVdgcs+gB2atJsNChGD56VKpjQ N41e95fSU7Ad2qAPRvuLCrY= Received: (qmail 29288 invoked by alias); 10 May 2014 11:59:28 -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 29277 invoked by uid 89); 10 May 2014 11:59:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 X-HELO: arjuna.pair.com Received: from arjuna.pair.com (HELO arjuna.pair.com) (209.68.5.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with SMTP; Sat, 10 May 2014 11:59:26 +0000 Received: (qmail 36199 invoked by uid 3006); 10 May 2014 11:59:24 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 10 May 2014 11:59:24 -0000 Date: Sat, 10 May 2014 07:59:24 -0400 (EDT) From: Hans-Peter Nilsson To: gcc-patches@gcc.gnu.org Subject: Committed, testsuite: Add MMIX logical_op_short_circuit targets. Message-ID: User-Agent: Alpine 2.02 (BSF 1266 2009-07-14) MIME-Version: 1.0 X-IsSubscribed: yes Its BRANCH_COST being the default, MMIX is one of them, here doing away with a few regressions. Committed. gcc/testsuite: * lib/target-supports.exp (check_effective_target_logical_op_short_circuit): Add mmix-*-* to the list. brgds, H-P Index: gcc/testsuite/lib/target-supports.exp =================================================================== --- gcc/testsuite/lib/target-supports.exp (revision 210298) +++ gcc/testsuite/lib/target-supports.exp (working copy) @@ -5758,6 +5758,7 @@ proc check_effective_target_logical_op_s || [istarget arc*-*-*] || [istarget avr*-*-*] || [istarget crisv32-*-*] || [istarget cris-*-*] + || [istarget mmix-*-*] || [istarget s390*-*-*] || [check_effective_target_arm_cortex_m] } { return 1