This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Duplicate Words In GCC 4.7.0 Changes Page
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Todd Edwards <tfortrannc at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 21 Apr 2012 01:01:02 +0100
- Subject: Re: Duplicate Words In GCC 4.7.0 Changes Page
- References: <4F91F34B.3090406@gmail.com>
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>