From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80353 invoked by alias); 3 Mar 2020 18:21:49 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 80336 invoked by uid 89); 3 Mar 2020 18:21:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*i:sk:DM6PR12, H*MI:sk:DM6PR12 X-HELO: mail-wr1-f51.google.com Received: from mail-wr1-f51.google.com (HELO mail-wr1-f51.google.com) (209.85.221.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 03 Mar 2020 18:21:47 +0000 Received: by mail-wr1-f51.google.com with SMTP id v4so5636308wrs.8 for ; Tue, 03 Mar 2020 10:21:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=qiGAZvQHI+kVnGQ5JlQcInAlFenbBrp3xNmAX5p9TgU=; b=UXVPUx6D9jhBVaXOZoaEa8iAO8EXynYMQRp1HsuR63RL1llefpL8EgubZKWkoTRNOH ktlrfanQNJ0AZIkAm1RXkZK7Dw4jMRGDHSXttioU1Yl3JQtt5ztocwDaOrvrLzoWLATz o2NqVf4Z4HV1/Sj4zkEFkAKUaJGtsGqA6e4wE4oxWd3o94re6+i9B01dd9BtktIm/33B uAsnr/MUGXJz7WzLnM6k6Tcbg7DHa/iNuOVkwjIrOEJrb/NycxAuRi2NrZDPC7oEK6ea lOrBfMYT39ELH7XJQto+W08Kn7tXuOmakYBtW1NqOGe9uILL6QkSOc0x7AEVjRGhi/NX VoAg== Return-Path: Received: from localhost ([212.69.42.53]) by smtp.gmail.com with ESMTPSA id u1sm16384382wrt.78.2020.03.03.10.21.44 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 03 Mar 2020 10:21:44 -0800 (PST) Date: Tue, 03 Mar 2020 18:21:00 -0000 From: Andrew Burgess To: "Sharma, Alok Kumar" Cc: "gdb-patches@sourceware.org" Subject: Re: [PATCHv2] gdb/fortran: Fix printing of logical true values for Flang Message-ID: <20200303182143.GX3317@embecosm.com> References: <20200302182152.12819-1-andrew.burgess@embecosm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Fortune: Integrity has no need for rules. X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] User-Agent: Mutt/1.9.2 (2017-12-15) X-IsSubscribed: yes X-SW-Source: 2020-03/txt/msg00064.txt * Sharma, Alok Kumar [2020-03-03 04:47:20 +0000]: > I strongly agree and accept your comment. Please let me know if > patch need to be updated by me? In case you have already > incorporated the comments, please push it. I pushed this change. Thanks, Andrew