From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1044 invoked by alias); 16 Jul 2011 15:34:44 -0000 Received: (qmail 995 invoked by uid 22791); 16 Jul 2011 15:34:43 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mx01.qsc.de (HELO mx01.qsc.de) (213.148.129.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 16 Jul 2011 15:34:29 +0000 Received: from [192.168.178.22] (port-92-204-19-234.dynamic.qsc.de [92.204.19.234]) by mx01.qsc.de (Postfix) with ESMTP id BCB998C02; Sat, 16 Jul 2011 17:34:27 +0200 (CEST) Message-ID: <4E21AF83.80101@net-b.de> Date: Sat, 16 Jul 2011 16:47:00 -0000 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: Dodji Seketeli CC: gcc-patches@gcc.gnu.org, tromey@redhat.com, gdr@integrable-solutions.net, joseph@codesourcery.com, charlet@act-europe.fr, paolo@gnu.org, jason@redhat.com Subject: Re: [PATCH 0/7] Tracking locations of tokens resulting from macro expansion References: <1291979498-1604-1-git-send-email-dodji@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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-07/txt/msg01329.txt.bz2 Dodji Seketeli wrote: > Support -fdebug-cpp option Regarding Fortran: I think having a full support for the macro expansion would be quite a lot of work, but I think -fdebug-cpp comes for free as it is handled by libcpp. Thus, how about adding support for that flag also to Fortran? Tobias