From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21651 invoked by alias); 10 Mar 2015 17:37:57 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 21634 invoked by uid 89); 10 Mar 2015 17:37:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 10 Mar 2015 17:37:55 +0000 Received: from [10.11.13.156] (unknown [12.12.180.66]) by ainaz.pair.com (Postfix) with ESMTPSA id 3BAF13F41D; Tue, 10 Mar 2015 13:37:53 -0400 (EDT) Date: Tue, 10 Mar 2015 17:37:00 -0000 From: Gerald Pfeifer To: Ian Lance Taylor cc: gcc-patches@gcc.gnu.org, gofrontend-dev@googlegroups.com Subject: Re: Mention go and gofmt tools in GCC 5 changes files In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00584.txt.bz2 On Mon, 9 Mar 2015, Ian Lance Taylor wrote: > I committed this patch to gcc-5/changes.html to mention the new go and > gofmt programs. Thanks for doing this, Ian. I committed a small markup fix on top of it. Gerald Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.87 diff -u -r1.87 changes.html --- changes.html 9 Mar 2015 22:20:40 -0000 1.87 +++ changes.html 10 Mar 2015 17:34:26 -0000 @@ -460,7 +460,7 @@ release.
  • Building GCC 5 with Go enabled will install two new programs: go - and gofmt. + and gofmt.