Index: htdocs/gcc-4.8/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.93
diff -u -r1.93 changes.html
--- htdocs/gcc-4.8/changes.html	7 Feb 2013 13:10:35 -0000	1.93
+++ htdocs/gcc-4.8/changes.html	9 Feb 2013 16:15:20 -0000
@@ -192,7 +192,17 @@
 <h3>C</h3>
 -->
 
+<a name"c" />
+  <h3>C</h3>
 
+  <ul>
+    <li>The option <code>-Wshadow</code> no longer warns if a variable
+    shadows a function, unless the variable is a function or
+    pointer-to-function, because this is <a
+    href="https://lkml.org/lkml/2006/11/28/239">a common and valid case
+    in real-world code</a>.</li>
+  </ul>
+    
 <a name="cxx" />
 <h3>C++</h3>
 <ul>
