From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18382 invoked by alias); 7 Feb 2018 14:10:40 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 18194 invoked by uid 89); 7 Feb 2018 14:10:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_FAIL,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Hx-languages-length:366 X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 07 Feb 2018 14:10:37 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 34DB740FB62E; Wed, 7 Feb 2018 14:10:26 +0000 (UTC) Received: from [10.36.118.7] (unknown [10.36.118.7]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 93F6E2166BB2; Wed, 7 Feb 2018 14:10:25 +0000 (UTC) To: sebastian.perta@renesas.com Cc: gcc-patches From: Nick Clifton Subject: Re: PING [PATCH] RX movsicc degrade fix Message-ID: Date: Wed, 07 Feb 2018 14:10:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00322.txt.bz2 Hi Sebastian, Sorry for missing this one. If it helps in the future, feel free to ping me directly. > +2018-01-09 Sebastian Perta > + > + *config/rx.md: updated "movsicc" expand to be matched by GCC > + *testsuite/gcc.target/rx/movsicc.c: new test case Approved - please apply. Cheers Nick