From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56949 invoked by alias); 11 Feb 2018 17:53:48 -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 56940 invoked by uid 89); 11 Feb 2018 17:53:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wm0-f44.google.com Received: from mail-wm0-f44.google.com (HELO mail-wm0-f44.google.com) (74.125.82.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 11 Feb 2018 17:53:46 +0000 Received: by mail-wm0-f44.google.com with SMTP id x4so5689536wmc.0 for ; Sun, 11 Feb 2018 09:53:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=xWwHY06YBy5udaOb4lzFp4CNJ8x9+y/kSe3w9Ib6aOo=; b=BsmRsL+7sx6RLQjGaY73uoUIivkj4vw1LkvP2ZxFgFoaOu9ERqy3lTXCZmAaf8bRZm /RhjyDKExZXP8kS/S0rEgbDyvWaHmxibYnQJzefvH8RP5tuM0C9kJFXC1j/f5Pf7AEUP tW5KFaSSkM8QTszNdZJMi0ZnuaRZSLatmuyjADLJKFXPDJSKQE4YhZ93u1e8lmkHqsow 4jw1Bw3JhvVX7MnMo9RIxgF00XAMbEBTnGzZir/Lc6e80EwCbdFA2aMl/DWjxH9Ke92V AeeeVHc1XNdRIgy7+FavtldzV/t1WgF2ApXiiWopaur9We04bLnMkraHEo0OfkAlfAEG MdXg== X-Gm-Message-State: APf1xPBS3SJ8AmhSnqcCuzvZMFRamTrNJmfI7VuvCH/6PnHSpMRwAjjh TYfTxNS8K7v0LAogYUpdTikRFpu72M/EZ6n7po4DRw== X-Google-Smtp-Source: AH8x227ZBm8YtxIMwKXQK/R055sO6shd2FqLBZ+/0zh4+OPtGoyQync5qfObNExeVOAdsGUkbunFIqQklCBZNwUeOrs= X-Received: by 10.80.194.25 with SMTP id n25mr7982493edf.84.1518371624211; Sun, 11 Feb 2018 09:53:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.148.168 with HTTP; Sun, 11 Feb 2018 09:53:43 -0800 (PST) In-Reply-To: References: From: Ian Lance Taylor Date: Sun, 11 Feb 2018 17:53: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: 2018-02/txt/msg00604.txt.bz2 I merged trunk revision 257559 to the gccgo branch. Ian