diff mbox

Re: New atomics not mentioned in /gcc-4.7/changes.html

Message ID alpine.LNX.2.00.1202122247002.5509@gerinyyl.fvgr
State New
Headers show

Commit Message

Gerald Pfeifer Feb. 12, 2012, 9:48 p.m. UTC
On Wed, 8 Feb 2012, Andrew MacLeod wrote:
> Checked in the shortened version and <code> changes.  How thats? 
> seems better :-)

Yep, thanks!  There is just a minor grammor I went ahead fixing.

On the title page, I was thinking to refer to the release notes
entry (gcc-4.7/changes.html), and would make this change for you
if you agree.  If not, we can leave it as is.

Gerald

Comments

Andrew MacLeod Feb. 13, 2012, 3:33 p.m. UTC | #1
On 02/12/2012 04:48 PM, Gerald Pfeifer wrote:
> On Wed, 8 Feb 2012, Andrew MacLeod wrote:
>> Checked in the shortened version and<code>  changes.  How thats?
>> seems better :-)
> Yep, thanks!  There is just a minor grammor I went ahead fixing.
>
> On the title page, I was thinking to refer to the release notes
> entry (gcc-4.7/changes.html), and would make this change for you
> if you agree.  If not, we can leave it as is.
>
Im happy with your changes  :-)

Andrew
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.78
diff -u -3 -p -r1.78 changes.html
--- changes.html	8 Feb 2012 23:33:47 -0000	1.78
+++ changes.html	12 Feb 2012 21:45:11 -0000
@@ -226,8 +226,8 @@  void foo (char *a, const char *b, const 
 
   <li>
     <p>
-      Support for atomic operations specifying the C++11/C11 memory model have 
-      been added.  These new <code>__atomic</code> routines replace the 
+      Support for atomic operations specifying the C++11/C11 memory model
+      has been added.  These new <code>__atomic</code> routines replace the 
       existing <code>__sync</code> built-in routines.
     </p>
     <p>