From patchwork Sun Aug 26 00:28:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Patches to enable -ftrack-macro-expansion by default Date: Sat, 25 Aug 2012 14:28:33 -0000 From: Gerald Pfeifer X-Patchwork-Id: 180010 Message-Id: To: Dodji Seketeli Cc: GCC Patches , Tom Tromey , Jason Merrill , Gabriel Dos Reis , Laurynas Biveinis , Benjamin De Kosnik On Mon, 30 Apr 2012, Dodji Seketeli wrote: > I have finally applied this series of 14 patches to the mainline today. > The SVN revisions are from r186965 to r186978. Shouldn't we document this in the release notes? What do you guys think about the following? Suggestions welcome. Gerald Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.17 diff -u -3 -p -r1.17 changes.html --- changes.html 20 Aug 2012 12:23:39 -0000 1.17 +++ changes.html 26 Aug 2012 00:27:32 -0000 @@ -56,9 +56,14 @@ by this change.

--> - + +
    +
  • The option -ftrack-macro-expansion=2 is now + enabled by default. This allows the compiler to emit diagnostic + about the current macro expansion stack when a compilation error + occurs.
  • +