From patchwork Wed Dec 8 23:04:31 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Lance Taylor X-Patchwork-Id: 74788 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 8AB76B70B0 for ; Thu, 9 Dec 2010 10:04:46 +1100 (EST) Received: (qmail 12837 invoked by alias); 8 Dec 2010 23:04:45 -0000 Received: (qmail 12825 invoked by uid 22791); 8 Dec 2010 23:04:44 -0000 X-SWARE-Spam-Status: No, hits=-5.3 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_HI, SPF_HELO_PASS, T_RP_MATCHES_RCVD, T_TVD_MIME_NO_HEADERS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.35) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 08 Dec 2010 23:04:39 +0000 Received: from wpaz13.hot.corp.google.com (wpaz13.hot.corp.google.com [172.24.198.77]) by smtp-out.google.com with ESMTP id oB8N4adG012868 for ; Wed, 8 Dec 2010 15:04:36 -0800 Received: from pwj5 (pwj5.prod.google.com [10.241.219.69]) by wpaz13.hot.corp.google.com with ESMTP id oB8N4Y87026062 for ; Wed, 8 Dec 2010 15:04:35 -0800 Received: by pwj5 with SMTP id 5so730695pwj.15 for ; Wed, 08 Dec 2010 15:04:34 -0800 (PST) Received: by 10.142.128.20 with SMTP id a20mr108294wfd.359.1291849474369; Wed, 08 Dec 2010 15:04:34 -0800 (PST) Received: from coign.google.com (dhcp-172-22-127-241.mtv.corp.google.com [172.22.127.241]) by mx.google.com with ESMTPS id w14sm1497937wfd.6.2010.12.08.15.04.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 08 Dec 2010 15:04:33 -0800 (PST) From: Ian Lance Taylor To: gcc-patches@gcc.gnu.org Subject: Web site patch committed: mention Go Date: Wed, 08 Dec 2010 15:04:31 -0800 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org 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 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 @@

News

+
December 2, 2010
+
GCC 4.6 will support + the Go programming language. The + new frontend was contributed by Ian Lance Taylor at Google.
+
November 16, 2010
GCC 4.6 will include the libquadmath 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 @@ +

Go

+ +Support for the Go programming + language has been added to GCC. It is not enabled by default + when you build GCC; use the --enable-languages + configure option to build it. The driver program for compiling Go + code is gccgo. +

Java (GCJ)

Objective-C and Objective-C++