Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.18
diff -p -U3 -r1.18 changes.html
--- changes.html        13 Jun 2010 12:44:28 -0000      1.18
+++ changes.html        21 Jun 2010 22:20:12 -0000
@@ -141,6 +141,14 @@
 <h2>Documentation improvements</h2>
 
 <h2>Other significant improvements</h2>
+<ul>
+  <li>The diagnostics pragmas have been expanded to be
+  position-sensitive - a pragma in the middle of a source file only
+  affects diagnostics that occur after it in the source.  The compiler
+  can be told to save and restore the diagnostic state, so that
+  diagnostics can (for example) be temporarily suppressed around a
+  source line.</li>
+</ul>
 
 </body>
 </html>
