http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24985
--- Comment #27 from dodji at seketeli dot org <dodji at seketeli dot org> 2012-04-09 16:04:46 UTC --- "manu at gcc dot gnu.org" <[email protected]> a écrit: > Dodji, are you planning to propose to enable -ftrack-macro-expansion > by default in GCC 4.8? Wow, what a timing! I am working on a patch-set to enable -ftrack-macro-expansion by default for GCC 4.8. It appeared that quite some fixes were still needed for that ;-) It seems to pass bootstrap for C/C++ at the moment, so I think I'll start polishing & flushing it out to gcc-patches shortly. For the curious, my current tree is browsable at http://seketeli.net/git/~dodji/gcc.git/log/?h=track-locs-by-default To get the code, do: git clone git://seketeli.net/~dodji/gcc gcc.git cd gcc.git git checkout track-locs-by-default
