From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51048 invoked by alias); 17 Aug 2017 02:24:31 -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 21955 invoked by uid 89); 17 Aug 2017 02:23:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:181 X-HELO: gproxy9-pub.mail.unifiedlayer.com Received: from gproxy9-pub.mail.unifiedlayer.com (HELO gproxy9-pub.mail.unifiedlayer.com) (69.89.20.122) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 17 Aug 2017 02:23:57 +0000 Received: from CMOut01 (unknown [10.0.90.82]) by gproxy9.mail.unifiedlayer.com (Postfix) with ESMTP id CA6E51E07E0 for ; Wed, 16 Aug 2017 20:23:55 -0600 (MDT) Received: from box522.bluehost.com ([74.220.219.122]) by CMOut01 with id y2Ps1v00S2f2jeq012Pvsc; Wed, 16 Aug 2017 20:23:55 -0600 X-Authority-Analysis: v=2.2 cv=FrR1xyjq c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=KeKAF7QvOSUA:10 a=_kL3Xim2uEQGJjDX2IwA:9 Received: from 75-166-24-97.hlrn.qwest.net ([75.166.24.97]:40586 helo=bapiya) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1diATQ-0042zt-Ex; Wed, 16 Aug 2017 20:23:52 -0600 From: Tom Tromey To: Tom Tromey Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [RFA 1/2] Fix two regressions in scalar printing References: <20170713123400.28917-1-tom@tromey.com> <20170713123400.28917-2-tom@tromey.com> <22c48f9e-ec2c-850d-91d3-c6a3ea8cdb11@redhat.com> <871spjufnv.fsf@pokyo> <871sow9scp.fsf@tromey.com> <707a03e4-46ef-cea9-f098-cc687b02d31e@redhat.com> <87h8xauqd9.fsf@pokyo> <87r2wejgtw.fsf@tromey.com> Date: Thu, 17 Aug 2017 02:24:00 -0000 In-Reply-To: <87r2wejgtw.fsf@tromey.com> (Tom Tromey's message of "Mon, 14 Aug 2017 09:43:07 -0600") Message-ID: <87inhnj5je.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Exim-ID: 1diATQ-0042zt-Ex X-Source-Sender: 75-166-24-97.hlrn.qwest.net (bapiya) [75.166.24.97]:40586 X-Source-Auth: tom+tromey.com X-Email-Count: 2 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-Local-Domain: yes X-SW-Source: 2017-08/txt/msg00332.txt.bz2 Tom> Here's the updated patch. My latest try run on the buildbot shows this regressing again. I will try to fix it soon. Tom