On Tue, 4 Oct 2011, Jonathan Wakely wrote: > I've committed this, which documents the fix for > http://gcc.gnu.org/PR1773 in gcc-4.7/changes.html, and also replaces > some > characters with the > entity.
Interesting that the latter was not caught by the validator? Thanks for addressing it, Jonathan! There also is a minor change on top of yours that I just committed; see below. Gerald Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.47 diff -u -r1.47 changes.html --- changes.html 9 Oct 2011 23:08:14 -0000 1.47 +++ changes.html 10 Oct 2011 01:06:49 -0000 @@ -267,8 +267,8 @@ } a; // initializes a.i to 42 </pre></blockquote></li> - <li>G++ now sets the predefined macro <tt>__cplusplus</tt> to the - correct value, <tt>199711L</tt>. + <li>G++ now sets the predefined macro <code>__cplusplus</code> to the + correct value, <code>199711L</code>. </li> </ul>