From patchwork Tue Mar 4 05:40:48 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Lance Taylor X-Patchwork-Id: 326144 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 733D72C00C2 for ; Tue, 4 Mar 2014 16:41:04 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type; q=dns; s= default; b=S3MBTFTmMLNZ6C0kAMRKxnIqCJkUCQRX9V++6b9FqO6eRNIXrpFV/ lXftMW2wdpByxMn7P0D0mpZ1NWIaq4/ED4raG80ihb2B7KQ9TNRczxhBF7FHPpWZ EdpWwreJ53kuuOd9h84A4DC/DKYpRjCKSmtJKWumBNNaQ6qUXh6AdM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type; s= default; bh=QoIb5d2qT57DXe3X1CZEFTbz+OY=; b=yKoGjnoWctKdarXc+vVN BCMkWFKDJ3Ajr+pkGFFikBnkJ55bvCn6ZvFkfp4usYHZx9ZOL7wyqLlW13ctM/i1 Lc3RJZiJMGqHuWAXKY1RvuuMmn1tpPyk4MfDRLLDG10r4HzvUw6Ja41Umivd1ke1 AVxL35tsUi7wFkoyFCykXZU= Received: (qmail 20361 invoked by alias); 4 Mar 2014 05:40:57 -0000 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 Received: (qmail 20350 invoked by uid 89); 4 Mar 2014 05:40:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, SPF_PASS, T_TVD_MIME_NO_HEADERS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f174.google.com Received: from mail-pd0-f174.google.com (HELO mail-pd0-f174.google.com) (209.85.192.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 04 Mar 2014 05:40:55 +0000 Received: by mail-pd0-f174.google.com with SMTP id y13so4630806pdi.5 for ; Mon, 03 Mar 2014 21:40:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:user-agent :mime-version:content-type; bh=AzvgEz5JWwYQrLxw0Jm4i8o2tTuNHk18yTQbkJ+C9PA=; b=hVKj2iuMtrswnSnBq53phBMDmPWDB1FeS9+vGz5apjsrv2kznVJe9TqYPWLvWLHZEx A5/ZgFRioOB8AyPMMyJpdpAjS7ARrXZ2lKX9lluLa7v+G5VLhGHg+d2iNHWEPowQqunH zbMAQBZ7BlqbaauAepqdxToc0YVfCyVfQ2Z7A0J51rxMWSj9Y5HAbIf8qrFQk2e71GI2 Npma7F4CpwoUgxseMOulNKABN4FDYCTfFuv2ogxjGxJY3DdVcxvmEgUpBvv6WrTTJvJy j/F7VILkYY6So8A0AvtbBP6oJuaa7mUCuA6sRVyx1ASsR1Dhw8NN8wZgXycQ8R6b24KG t0KA== X-Gm-Message-State: ALoCoQlop81yXQR3JD3risim/JQ3/uCw6OvvfBVk5Ov/pVBrE5LqfiDpoHtZsTwAJsbWn0QujqFN0/1gIlMEVJHfU1xgKjupH5aBxfue/Eoa8Kt8DaItGJTZm8O/uDjrWHzDLZhcjCzL0g/Ny8Bo3lNamemihTfk4hDdXUITa6o1ojoqyCz14xtohq1yLpaqoT4WUoX1taiQCPL//aCTcfbZFgbdcVhS2KUCZnnPf5XclVwd3cV9PpA= X-Received: by 10.68.200.74 with SMTP id jq10mr1282467pbc.169.1393911653841; Mon, 03 Mar 2014 21:40:53 -0800 (PST) Received: from iant-glaptop.roam.corp.google.com.google.com ([172.29.160.111]) by mx.google.com with ESMTPSA id c7sm43084697pbt.0.2014.03.03.21.40.51 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 03 Mar 2014 21:40:52 -0800 (PST) From: Ian Lance Taylor To: gcc-patches@gcc.gnu.org Subject: Website patch committed: Add missing Date: Mon, 03 Mar 2014 21:40:48 -0800 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 X-IsSubscribed: yes Gerald's script pointed out that I forgot to add a to my recent patch to gcc-4.9/changes.html. Fixed with the appended. Committed. Ian Index: gcc-4.9/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v retrieving revision 1.58 diff -u -r1.58 changes.html --- gcc-4.9/changes.html 3 Mar 2014 20:17:52 -0000 1.58 +++ gcc-4.9/changes.html 4 Mar 2014 05:39:47 -0000 @@ -400,7 +400,7 @@

Go

  • GCC 4.9 provides a complete implementation of the Go 1.2.1 - release. + release.