On 21 April 2012 00:37, Todd Edwards wrote: > In Section "New Languages and Language specific improvements" In subsection > "C Family" Objective-C is repeated twice. : > "A new experimental -ftrack-macro-expansion option was added for C, C++, > Objective-C, Objective-C and Fortran. It allows the compiler to emit > diagnostic about the current macro expansion stack when a compilation error > occurs in a macro expansion." > > Looking At The Above Bullet I Think That The Second One Should Be Changed To > Objective-C++.
Thanks, fixed by this patch: Index: gcc-4.7/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.107 diff -u -r1.107 changes.html --- gcc-4.7/changes.html 30 Mar 2012 08:22:56 -0000 1.107 +++ gcc-4.7/changes.html 20 Apr 2012 23:59:46 -0000 @@ -245,7 +245,7 @@ </li> <li>A new experimental -ftrack-macro-expansion option was added for - C, C++, Objective-C, Objective-C and Fortran. It allows the + C, C++, Objective-C, Objective-C++ and Fortran. It allows the compiler to emit diagnostic about the current macro expansion stack when a compilation error occurs in a macro expansion. </li>