From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15431 invoked by alias); 25 Sep 2015 16:05:17 -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 15421 invoked by uid 89); 25 Sep 2015 16:05:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-HELO: ms.seketeli.fr Received: from seketeli.net (HELO ms.seketeli.fr) (94.23.218.202) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 25 Sep 2015 16:05:14 +0000 Received: from localhost (torimasen.com [88.120.68.215]) by ms.seketeli.fr (Postfix) with ESMTPSA id D87C52360035; Fri, 25 Sep 2015 18:05:11 +0200 (CEST) Received: by localhost (Postfix, from userid 1001) id 673821A027A; Fri, 25 Sep 2015 18:05:10 +0200 (CEST) From: Dodji Seketeli To: Manuel =?utf-8?B?TMOzcGV6LUliw6HDsWV6?= Cc: David Malcolm , Gcc Patch List , Jason Merrill , Tobias Burnus , "Joseph S. Myers" , Mike Stump , Rainer Orth Subject: Re: [PATCH 2/5] Reimplement diagnostic_show_locus, introducing rich_location classes (v2) References: <1442957171-22904-1-git-send-email-dmalcolm@redhat.com> <1442957171-22904-3-git-send-email-dmalcolm@redhat.com> <86h9miswzc.fsf@seketeli.org> X-URL: http://www.seketeli.net/~dodji Date: Fri, 25 Sep 2015 16:21:00 -0000 In-Reply-To: ("Manuel \=\?utf-8\?B\?TMOzcGV6LUliw6HDsWV6Iidz\?\= message of "Fri, 25 Sep 2015 14:08:35 +0200") Message-ID: <86k2relc21.fsf@seketeli.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg01991.txt.bz2 Manuel L=C3=B3pez-Ib=C3=A1=C3=B1ez a =C3=A9crit: > On 25 September 2015 at 10:51, Dodji Seketeli wrote: >> The line-map parts are OK to me too, but I have no power on those. So I > > You are listed as "line map" maintainer in MAINTAINERS. I rooted for > you! :) Right, I meant the libcpp parts (which are not line-map.h), sorry :-) Cheers, --=20 Dodji