public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Duplicate Words In GCC 4.7.0 Changes Page
@ 2012-04-20 23:38 Todd Edwards
  2012-04-21  0:01 ` Jonathan Wakely
  0 siblings, 1 reply; 3+ messages in thread
From: Todd Edwards @ 2012-04-20 23:38 UTC (permalink / raw)
  To: gcc

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++.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Duplicate Words In GCC 4.7.0 Changes Page
  2012-04-20 23:38 Duplicate Words In GCC 4.7.0 Changes Page Todd Edwards
@ 2012-04-21  0:01 ` Jonathan Wakely
  2012-04-21  0:01   ` Jonathan Wakely
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Wakely @ 2012-04-21  0:01 UTC (permalink / raw)
  To: Todd Edwards; +Cc: gcc

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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Duplicate Words In GCC 4.7.0 Changes Page
  2012-04-21  0:01 ` Jonathan Wakely
@ 2012-04-21  0:01   ` Jonathan Wakely
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Wakely @ 2012-04-21  0:01 UTC (permalink / raw)
  To: Todd Edwards; +Cc: gcc, gcc-patches

Oops, meant to CC gcc-patches ...

On 21 April 2012 01:01, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> 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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-04-21  0:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-20 23:38 Duplicate Words In GCC 4.7.0 Changes Page Todd Edwards
2012-04-21  0:01 ` Jonathan Wakely
2012-04-21  0:01   ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).