From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 396 invoked by alias); 17 Oct 2011 09:57:26 -0000 Received: (qmail 387 invoked by uid 22791); 17 Oct 2011 09:57:25 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from seketeli.net (HELO ms.seketeli.net) (91.121.166.71) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 Oct 2011 09:57:11 +0000 Received: from localhost (torimasen.com [82.237.12.13]) by ms.seketeli.net (Postfix) with ESMTP id 2B53AEA04B; Mon, 17 Oct 2011 11:42:44 +0200 (CEST) Received: by localhost (Postfix, from userid 500) id DF01029C129; Mon, 17 Oct 2011 11:57:08 +0200 (CEST) From: Dodji Seketeli To: gcc-patches@gcc.gnu.org Cc: jason@redhat.com, tromey@redhat.com, gdr@integrable-solutions.net, joseph@codesourcery.com, burnus@net-b.de, charlet@act-europe.fr Subject: [PATCH 0/6] Tracking locations of tokens resulting from macro expansion Date: Mon, 17 Oct 2011 09:58:00 -0000 Message-Id: <1318845428-32182-1-git-send-email-dodji@redhat.com> X-IsSubscribed: yes 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 X-SW-Source: 2011-10/txt/msg01466.txt.bz2 This set of patches to track locations of tokens access macro expansion was reviewed and accepted at http://gcc.gnu.org/ml/gcc-patches/2011-10/msg01346.html. I have bootstrapped and tested it on x86_64-unknown-linux-gnu against trunk and I am checking it in now. Thanks.