From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104316 invoked by alias); 24 Mar 2018 19:51:11 -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 104307 invoked by uid 89); 24 Mar 2018 19:51:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 24 Mar 2018 19:51:09 +0000 Received: by simark.ca (Postfix, from userid 112) id 1C8341E77E; Sat, 24 Mar 2018 15:51:08 -0400 (EDT) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id 7A40D1E030; Sat, 24 Mar 2018 15:51:06 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 24 Mar 2018 19:51:00 -0000 From: Simon Marchi To: Wei-min Pan Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 3 PR gdb/16959] gdb hangs in infinite recursion In-Reply-To: <4e6f1943-b264-79e7-8c6e-de7ade496c8f@oracle.com> References: <1521840352-75024-1-git-send-email-weimin.pan@oracle.com> <81bdfa62-48d6-b607-6ac1-d90d15021e8e@simark.ca> <4e6f1943-b264-79e7-8c6e-de7ade496c8f@oracle.com> Message-ID: <9dfad20dcd264844ea7208a3cbc5a949@simark.ca> X-Sender: simark@simark.ca User-Agent: Roundcube Webmail/1.3.4 X-SW-Source: 2018-03/txt/msg00494.txt.bz2 On 2018-03-24 15:40, Wei-min Pan wrote: > I have fixed the first three warnings which complained the trailing > whitespace > but couldn't figure out what caused the fourth one - new blank line at > EOF? I think it's an extra blank line at the end of static-typedef-print.cc. Simon