Re: [PATCH 0/7] Tracking locations of tokens resulting from macro expansion

2011-07-16 Thread Dodji Seketeli
Tobias Burnus a écrit: > 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, I know nothing about Fortran, but I would hope that adding support for this feature to it should not be har

Re: [PATCH 0/7] Tracking locations of tokens resulting from macro expansion

2011-07-16 Thread Tobias Burnus
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

[PATCH 0/7] Tracking locations of tokens resulting from macro expansion

2011-07-16 Thread Dodji Seketeli
Hello, This is an update of the patch set that I initially posted to http://gcc.gnu.org/ml/gcc-patches/2010-12/msg00858.html. The main goals achieved by this set are the following: - Decrease the overall memory consumption. On the tests I have done on a reasonably big C++ program compiled wit