From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76031 invoked by alias); 8 Dec 2016 20:48:24 -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 75798 invoked by uid 89); 8 Dec 2016 20:48:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=H*MI:sk:CAOyqgc, H*f:sk:CAOyqgc, H*i:sk:CAOyqgc X-HELO: mail-io0-f169.google.com Received: from mail-io0-f169.google.com (HELO mail-io0-f169.google.com) (209.85.223.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 08 Dec 2016 20:48:03 +0000 Received: by mail-io0-f169.google.com with SMTP id a81so18594611ioe.3 for ; Thu, 08 Dec 2016 12:48:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=6dV2ITbmpN1KFLG9x7vKyUHNu+iQ4jPnwLkWORFJVUQ=; b=hnWSFsI9veNPcNKtpApKYMgoJzQBttXe25iICvbBnPDv/q8uw4Ikg9vDV8cCg4vpoO mRly+Fya9by5VIYaC43onhn+3gp+9YLW63oBSQsatW8uTg7ifGLXwNF4BarvqSQBiRe1 Qhu6sRkWznRPgw1beplwQINMfy1sc4fsvegZMsIpMiaiB8FQKOuIP+Y/OUAWv5wtDqeM nfVSHl+L9RjBZgAH7HNVrmWoMT7mpRzHGm1SV2GPxQ6O1pyhDucdFNvmsG0a56qZQNYH 9A345XmDqzalwTSeVJdqbUj+xRq/Va2XPDFCzmiVcnNZQKVl4bY9cbWq5NmXvsDRvjc1 R/aA== X-Gm-Message-State: AKaTC03qedN0Mp3T5m5vjpgNCicfq8p29HN8eMA31CIX/D2jmmdb9LTm3LTUNkJsaOYJW2ptfscR31zItLLMxQ== X-Received: by 10.36.83.3 with SMTP id n3mr3603951itb.95.1481230081018; Thu, 08 Dec 2016 12:48:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.79.184.74 with HTTP; Thu, 8 Dec 2016 12:48:00 -0800 (PST) In-Reply-To: References: From: Ian Lance Taylor Date: Thu, 08 Dec 2016 20:48:00 -0000 Message-ID: Subject: Re: Merge from trunk to gccgo branch To: gcc-patches , "gofrontend-dev@googlegroups.com" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-12/txt/msg00690.txt.bz2 I now merged trunk revision 243459 to the gccgo branch. Ian