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