From patchwork Thu Oct 27 14:47:05 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Botcazou X-Patchwork-Id: 79686 Delivered-To: patch@linaro.org Received: by 10.80.142.83 with SMTP id 19csp685281edx; Thu, 27 Oct 2016 07:47:31 -0700 (PDT) X-Received: by 10.98.14.197 with SMTP id 66mr15104813pfo.123.1477579651223; Thu, 27 Oct 2016 07:47:31 -0700 (PDT) Return-Path: Received: from sourceware.org (server1.sourceware.org. [209.132.180.131]) by mx.google.com with ESMTPS id c72si8357989pga.56.2016.10.27.07.47.30 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Oct 2016 07:47:31 -0700 (PDT) Received-SPF: pass (google.com: domain of gcc-patches-return-439759-patch=linaro.org@gcc.gnu.org designates 209.132.180.131 as permitted sender) client-ip=209.132.180.131; Authentication-Results: mx.google.com; dkim=pass header.i=@gcc.gnu.org; spf=pass (google.com: domain of gcc-patches-return-439759-patch=linaro.org@gcc.gnu.org designates 209.132.180.131 as permitted sender) smtp.mailfrom=gcc-patches-return-439759-patch=linaro.org@gcc.gnu.org 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:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=T7G1fouP2YUEn4EyElEcEOLpCUcHvOmIOqpb9CYRW4lFs06Uf75ec +IojYkj4dFQV8OdWa3y2pIijYD6dzLb0yYiuXjpFyqBhV9/7aTIoBMpqr1cnE5wr I9mn2jWGOTNKUrWqzJTHLL8pIJz9KU6TZ4cVZmxT2W4WM/N6oPrpJM= 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:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=default; bh=zldLObNOywIZC5C7kR6ZNpu9ieQ=; b=xlM/xzrw16PdxnZwqCTI5Jzn7Wmt jLDQAbIm1buLITe2s3Z3gsOJ1jlXQLab477BMp86QxHjkLbqJlKlweYG1qjYYYPw FWkNKLm+n6128Ksnwwv6c2VQz0pib2tiAOMy0ikySP0WHLQcNnLEdYTzxiMlF/c8 /elRBVjuXHuRM0k= Received: (qmail 48984 invoked by alias); 27 Oct 2016 14:47:18 -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 48975 invoked by uid 89); 27 Oct 2016 14:47:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=late X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 27 Oct 2016 14:47:08 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id EDEB481335; Thu, 27 Oct 2016 16:47:05 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jWxTxM0fUqID; Thu, 27 Oct 2016 16:47:05 +0200 (CEST) Received: from polaris.localnet (bon31-6-88-161-99-133.fbx.proxad.net [88.161.99.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id B399A81333; Thu, 27 Oct 2016 16:47:05 +0200 (CEST) From: Eric Botcazou To: Rainer Orth Cc: gcc-patches@gcc.gnu.org Subject: Re: [SPARC] Housekeeping work Date: Thu, 27 Oct 2016 16:47:05 +0200 Message-ID: <2728549.CBIQK34BtQ@polaris> User-Agent: KMail/4.14.10 (Linux/3.16.7-45-desktop; KDE/4.14.9; x86_64; ; ) In-Reply-To: References: <7748716.p3pH1ECX6Z@polaris> MIME-Version: 1.0 > it seems your patch introduced a considerable number of regressions > (found on sparc-sun-solaris2.12 with /bin/as): the first mail-report.log > is from r241560 with just your patch reverted, the second from that rev > as is: Ouch, it's a single '*' probably added very late in the game... Testing in progress on SPARC/Solaris, will commit once done. Thanks for the heads up. * config/sparc/sparc.md (<*vlop:code>3): Remove leading '*'. -- Eric Botcazou Index: config/sparc/sparc.md =================================================================== --- config/sparc/sparc.md (revision 241611) +++ config/sparc/sparc.md (working copy) @@ -8726,7 +8726,7 @@ (define_code_iterator vlop [ior and xor] (define_code_attr vlinsn [(ior "or") (and "and") (xor "xor")]) (define_code_attr vlninsn [(ior "nor") (and "nand") (xor "xnor")]) -(define_insn "*3" +(define_insn "3" [(set (match_operand:VL 0 "register_operand" "=") (vlop:VL (match_operand:VL 1 "register_operand" "") (match_operand:VL 2 "register_operand" "")))]