diff mbox

PATCH COMMITTED: Mention -fplan9-extensions in changes file

Message ID mcr62xfbcgu.fsf@google.com
State New
Headers show

Commit Message

Ian Lance Taylor Oct. 6, 2010, 2:52 p.m. UTC
I committed this patch to the web site to mention the new
-fplan9-extensions option in the list of gcc 4.6 changes on the web
site.

Ian
diff mbox

Patch

Index: htdocs/gcc-4.6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.49
diff -u -r1.49 changes.html
--- htdocs/gcc-4.6/changes.html	2 Oct 2010 03:50:29 -0000	1.49
+++ htdocs/gcc-4.6/changes.html	6 Oct 2010 14:51:19 -0000
@@ -106,6 +106,18 @@ 
 
 <h3>C family</h3>
 
+<h3 id="C">C</h3>
+
+  <ul>
+    <li>The new <code>-fplan9-extensions</code> option directs the
+      compiler to support some extensions for anonymous struct fields
+      which are implemented by the Plan 9 compiler.  A pointer to a
+      struct may be automatically converted to a pointer to an
+      anonymous field when calling a function, in order to make the
+      types match.  An anonymous struct field whose type is a typedef
+      name may be referred to using the typedef name.</li>
+  </ul>
+
 <h3 id="Cxx">C++</h3>
 
   <ul>