From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53548 invoked by alias); 4 Dec 2015 15:06:09 -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 53539 invoked by uid 89); 4 Dec 2015 15:06:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f179.google.com Received: from mail-ob0-f179.google.com (HELO mail-ob0-f179.google.com) (209.85.214.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 04 Dec 2015 15:06:07 +0000 Received: by obcse5 with SMTP id se5so71902510obc.3 for ; Fri, 04 Dec 2015 07:06:05 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.60.176.36 with SMTP id cf4mr12624143oec.20.1449241565782; Fri, 04 Dec 2015 07:06:05 -0800 (PST) Received: by 10.202.50.5 with HTTP; Fri, 4 Dec 2015 07:06:05 -0800 (PST) In-Reply-To: <5660357F.4030605@redhat.com> References: <564F998D.5080406@gmail.com> <5660357F.4030605@redhat.com> Date: Fri, 04 Dec 2015 15:06:00 -0000 Message-ID: Subject: Re: [PATCH][PR 18702] Fix wrong output of x87 registers due to truncation to double on amd64 From: Ruslan Kabatsayev To: Pedro Alves Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-12/txt/msg00081.txt.bz2 On Thu, Dec 3, 2015 at 3:28 PM, Pedro Alves wrote: > A test to make sure we don't regress this would be nice. > Maybe add something to gdb.arch/i386-float.exp ? I think I'll do this. Should this go as a separate patch? > > Thanks, > Pedro Alves >