From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123244 invoked by alias); 21 May 2019 17:05:43 -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 123112 invoked by uid 89); 21 May 2019 17:05:43 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:450, occasional X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 May 2019 17:05:42 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id EF33C116334; Tue, 21 May 2019 13:05:40 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id qnHkDpolCGpR; Tue, 21 May 2019 13:05:40 -0400 (EDT) Received: from murgatroyd (unknown [IPv6:2620:20:4000:40:60aa:25d0:ef41:54b6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by rock.gnat.com (Postfix) with ESMTPSA id D72811162C7; Tue, 21 May 2019 13:05:40 -0400 (EDT) From: Tom Tromey To: Andrew Burgess Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [PATCHv2] gdb/fortran: Use floatformats_ia64_quad for fortran 16-byte floats References: <20190504121734.5868-1-andrew.burgess@embecosm.com> <20190516160058.17361-1-andrew.burgess@embecosm.com> <20190518085431.GZ2568@embecosm.com> <8736l7g5bk.fsf@tromey.com> <20190521165324.GF2568@embecosm.com> Date: Tue, 21 May 2019 17:05:00 -0000 In-Reply-To: <20190521165324.GF2568@embecosm.com> (Andrew Burgess's message of "Tue, 21 May 2019 17:53:24 +0100") Message-ID: <87woijeo0r.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-05/txt/msg00478.txt.bz2 Andrew> Sorry for breaking this. Thanks! Don't feel too bad, though, I think the occasional bug like this is going to creep in. Andrew> Or maybe we should be even more restrictive, and only use long double Andrew> format if its the correct length, like: This seems to make the most sense to me, but I don't actually know Fortran, so I'm just guessing. thanks, Tom