diff mbox

Web site patch committed: mention Go

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

Commit Message

Ian Lance Taylor Dec. 8, 2010, 11:04 p.m. UTC
I committed this patch to the web site to mention the Go frontend in the
news and in the gcc 4.6 changes file.

Ian
diff mbox

Patch

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.768
diff -u -r1.768 index.html
--- index.html	25 Nov 2010 16:21:12 -0000	1.768
+++ index.html	8 Dec 2010 23:03:36 -0000
@@ -50,6 +50,11 @@ 
 <h2 style="margin-top:0pt;" id="news">News</h2>
 
 <dl class="news">
+<dt>December 2, 2010</dt>
+<dd><a href="gcc-4.6/changes.html#go">GCC 4.6</a> will support
+  the <a href="http://golang.org/">Go programming language</a>.  The
+  new frontend was contributed by Ian Lance Taylor at Google.</dd>
+
 <dt>November 16, 2010</dt>
 <dd><a href="gcc-4.6/changes.html#libquadmath">GCC 4.6</a> will include the
 <code>libquadmath</code> library, which provides quad-precision mathematical
Index: gcc-4.6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.73
diff -u -r1.73 changes.html
--- gcc-4.6/changes.html	27 Nov 2010 10:26:28 -0000	1.73
+++ gcc-4.6/changes.html	8 Dec 2010 23:03:36 -0000
@@ -363,6 +363,14 @@ 
     </li>
   </ul>
 
+<h3 id="go">Go</h3>
+
+Support for the <a href="http://golang.org/">Go programming
+  language</a> has been added to GCC.  It is not enabled by default
+  when you build GCC; use the <code>--enable-languages</code>
+  configure option to build it.  The driver program for compiling Go
+  code is <code>gccgo</code>.
+
 <h3>Java (GCJ)</h3>
 
 <h3 id="objective-c">Objective-C and Objective-C++</h3>