From patchwork Thu Nov 1 22:57:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 196405 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 A87782C00F8 for ; Fri, 2 Nov 2012 09:57:32 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1352415452; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:Subject:Message-ID:MIME-Version:Content-Type: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=XO3xKIT/8f8+8K4/SpuZ ZankO9E=; b=J29lbIRdcpbWPqi+dr4Xtrn5eX29O1PxcavYIe5sZWqcJhH5jT4E fwxIEH0V8aqDYN6Q7YjjeWW6FBIb798uq80hPjN1ClAFmStel8e3uRhIbDm22Vqb rA35Qf/ZOVDKkUo+7bz0VG8U7hFt6ftm9guM8C40i+mLePAgeoFQed8= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Date:From:To:Subject:Message-ID:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=C32Rw2hcYujTuTO0Y2mBWeterLRrt2sF5lBV2KXsedCFY+QWXmEkTdoJCb3cLu /aoCB7I9ObdOJB3w/oJ0M/xKlYG00QpQWfZipni6hQwCbneuR6BNrHH8db3I2pS6 FGvWYCvaXAvTmg81LPoroHngXypJuzgxtWJ7qxWRjwf28=; Received: (qmail 18569 invoked by alias); 1 Nov 2012 22:57:28 -0000 Received: (qmail 18561 invoked by uid 22791); 1 Nov 2012 22:57:27 -0000 X-SWARE-Spam-Status: No, hits=-50.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Nov 2012 22:57:18 +0000 Received: from [192.168.0.129] (vie-188-118-240-184.dsl.sil.at [188.118.240.184]) by ainaz.pair.com (Postfix) with ESMTPSA id 64F0A3F40F; Thu, 1 Nov 2012 18:57:16 -0400 (EDT) Date: Thu, 1 Nov 2012 23:57:17 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, Ian Lance Taylor Subject: [Go,doc] Adjust reference to Go specification Message-ID: MIME-Version: 1.0 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 Applied to GCC trunk. Gerald 2012-11-01 Gerald Pfeifer * doc/standards.texi (Standards): Adjust reference to Go specification. Index: doc/standards.texi =================================================================== --- doc/standards.texi (revision 193072) +++ doc/standards.texi (working copy) @@ -282,7 +282,7 @@ @section Go language The Go language continues to evolve as of this writing; see the -@uref{http://golang.org/@/doc/@/go_spec.html, current language +@uref{http://golang.org/@/ref/@/spec, current language specifications}. At present there are no specific versions of Go, and there is no way to describe the language supported by GCC in terms of a specific version. In general GCC tracks the evolving specification