From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125299 invoked by alias); 25 Jun 2017 21:13:30 -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 125287 invoked by uid 89); 25 Jun 2017 21:13:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-ot0-f176.google.com Received: from mail-ot0-f176.google.com (HELO mail-ot0-f176.google.com) (74.125.82.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 25 Jun 2017 21:13:28 +0000 Received: by mail-ot0-f176.google.com with SMTP id y47so57645250oty.0 for ; Sun, 25 Jun 2017 14:13:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=f3v9LkR1aRmoi4QVM7dWPaZzxVlTbuy3+WfH4yXEL2k=; b=CneTfz1Hja4lt0B1YmnKcq8Oe2yVEyTK0o7bk/1E6pNHp/nbWbMUMDDvSyJnM5757w hvzXb7d8qNKpqvn6osj8CY7nrBANCqYudJm8OMvsO338erpZ33P5r3xlD6BfSwU+EKbP SD7eJa5ZbBzNeVztHtueJa5h1oVaq3UPquxOlH+majRXDTu7SbMn4tH4djIBwTdTAj1Z EvN07XQaCtdTxLV3vzYCL0mR3Nco/BdO8lvn52uwP/LujZH1MKC8cOIMbiDOzSC//phv CUvpOF7Tr8tppVD92/Say1GNo4sjQjAsBcG+D1TM51kzsfBKoFOYLTjfekX6bVw+Quqz hjmw== X-Gm-Message-State: AKS2vOwl0yeKxaYuVqEbqqxq4vEQNcrsAaMEy5571fXQQeRrEauO7nCS ojg7g6LC39k6wsUEkamCHtEhDrPmpP9RoQ4= X-Received: by 10.157.4.44 with SMTP id 41mr8581903otc.211.1498425206427; Sun, 25 Jun 2017 14:13:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.189.11 with HTTP; Sun, 25 Jun 2017 14:13:26 -0700 (PDT) From: Ian Lance Taylor Date: Sun, 25 Jun 2017 21:13:00 -0000 Message-ID: Subject: Merge from GCC trunk to gccgo branch To: gcc-patches , "gofrontend-dev@googlegroups.com" Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-06/txt/msg01872.txt.bz2 I merged GCC trunk revision 249632 to the gccgo branch. Ian