From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36807 invoked by alias); 30 Nov 2018 23:16:37 -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 36787 invoked by uid 89); 30 Nov 2018 23:16:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 30 Nov 2018 23:16:34 +0000 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5ECA4C057F9F; Fri, 30 Nov 2018 23:16:33 +0000 (UTC) Received: from localhost.localdomain (ovpn-112-27.rdu2.redhat.com [10.10.112.27]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9EA3618C6B; Fri, 30 Nov 2018 23:16:32 +0000 (UTC) Subject: Re: [PATCH] Comparison with an enum should mention enum value. To: =?UTF-8?Q?Martin_Li=c5=a1ka?= , gcc-patches@gcc.gnu.org References: <48f42010-e245-75d9-a2b7-5e3e0e9020a7@suse.cz> From: Jeff Law Openpgp: preference=signencrypt Message-ID: <35f438b5-5a49-a91a-e296-ca7695f5ecad@redhat.com> Date: Fri, 30 Nov 2018 23:16:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: <48f42010-e245-75d9-a2b7-5e3e0e9020a7@suse.cz> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2018-11/txt/msg02624.txt.bz2 On 11/30/18 2:49 AM, Martin Liška wrote: > Hi. > > This is one more clean up of the transition that I've just tested > on x86_64-linux-gnu. > > I'm planning to install it once I'll come back from vacation (27/12). > > Thanks, > Martin > > gcc/ChangeLog: > > 2018-11-29 Martin Liska > > * builtins.c (expand_movstr): Compare with RETURN_BEGIN. > * expr.c (move_by_pieces): Likewise. > (store_by_pieces): Likewise. > (store_expr): Fix GNU coding style. OK jeff