From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63730 invoked by alias); 30 Apr 2019 12:37: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 63675 invoked by uid 89); 30 Apr 2019 12:37:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=Series, Especially X-HELO: mail-wm1-f45.google.com Received: from mail-wm1-f45.google.com (HELO mail-wm1-f45.google.com) (209.85.128.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 30 Apr 2019 12:37:47 +0000 Received: by mail-wm1-f45.google.com with SMTP id h18so3674593wml.1 for ; Tue, 30 Apr 2019 05:37:47 -0700 (PDT) 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=QpHI3kRmLa0r65zV+0GS1PNm3LUXXc0UzRA0uAlTLjg=; b=M9WIFczGFV6O4FhHJwNtHTqc/TX8V+2EiYegeqLo0wymfZqKt1MpYRwFQjY86cRuxl CvJT7ctqFpjWC90ctLt1FuLc+PzA8juwTxpul6YvHXFfmX0FFyzNfCo2eyBT+ce4RK82 VMcbpngqfYnm29OyohVU8nHmHxVc0EVQIhTXhOA6PSRRETsvNm8N5KvdxqK3eOjxVsyu H+yS+YMCQ6gbuke474EtLKDpvx1o0Rp0oU6MFxHtPMRO2AXc+fCKXxGgH+cW4RvGUsWd bmrpOcGljgyQ1OogdpltmewkiH9fHLmjOwUgr1mWMZS7Yhb6Nm1H4293GlWIhtRBMe5X qHcg== Return-Path: Received: from localhost (host109-154-100-57.range109-154.btcentralplus.com. [109.154.100.57]) by smtp.gmail.com with ESMTPSA id a184sm2851452wmh.36.2019.04.30.05.37.43 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 30 Apr 2019 05:37:43 -0700 (PDT) Date: Tue, 30 Apr 2019 12:37:00 -0000 From: Andrew Burgess To: gdb-patches@sourceware.org Cc: Tom Tromey , Richard Bunt Subject: Re: [PATCHv2 0/8] Series of Fortran type printing patches Message-ID: <20190430123742.GS2737@embecosm.com> References: <20190423221624.GL2737@embecosm.com> <87wojjfbym.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87wojjfbym.fsf@tromey.com> X-Fortune: Killing turkeys causes winter. 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: 2019-04/txt/msg00641.txt.bz2 * Tom Tromey [2019-04-24 13:19:13 -0600]: > >>>>> "Andrew" == Andrew Burgess writes: > > Andrew> Ping! Anyone have any feedback? Especially around adding new > Andrew> fortran-operator.def file... > > I skimmed the series and it seemed fine to me. > > I'm ok with adding a new .def file for Fortran. Thanks, I've now pushed this series. Andrew