From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46002 invoked by alias); 9 Feb 2018 13:53:08 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 45993 invoked by uid 89); 9 Feb 2018 13:53:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No 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.2 spammy=H*r:224, HContent-Transfer-Encoding:8bit X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 09 Feb 2018 13:53:06 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id B18E281399; Fri, 9 Feb 2018 14:53:04 +0100 (CET) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6ZU2KrGFj6zR; Fri, 9 Feb 2018 14:53:04 +0100 (CET) Received: from [IPv6:2a02:2ab8:224:1:1adb:f2ff:fe3d:1472] (perdrix.act-europe.fr [IPv6:2a02:2ab8:224:1:1adb:f2ff:fe3d:1472]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 9CEFD81386; Fri, 9 Feb 2018 14:53:04 +0100 (CET) Subject: Re: [PATCH][PR84213] DWARF: no location for non-definition DECLs with non-trivial DECL_VALUE_EXPR To: Richard Biener Cc: GCC Patches References: <7989392b-ed57-1a92-077e-e824ea18217f@adacore.com> From: Pierre-Marie de Rodat Message-ID: Date: Fri, 09 Feb 2018 13:53:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00516.txt.bz2 On 02/09/2018 02:47 PM, Richard Biener wrote: > whitespace fixed here - vertical space missing before the comment > and the first line of the comment (or cut&paste error with the patch?) Pasto, or maybe I didn’t properly configure Vim on the machine I used. ;-) I’ll make sure these formatting issues are fixed before committing. Thanks! -- Pierre-Marie de Rodat