From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97745 invoked by alias); 8 Feb 2018 18:55:41 -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 97692 invoked by uid 89); 8 Feb 2018 18:55:38 -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-f43.google.com Received: from mail-wm0-f43.google.com (HELO mail-wm0-f43.google.com) (74.125.82.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 08 Feb 2018 18:55:37 +0000 Received: by mail-wm0-f43.google.com with SMTP id v123so11910273wmd.5 for ; Thu, 08 Feb 2018 10:55:36 -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:from:date:message-id:subject:to; bh=ulNbKgQvXRiHz7iQ6RG8WvVYZ8pwwVnF6YU72hbpOJU=; b=Wa8Zpd2UoU/2Jfehm/CpG6lT+DLo7mqXqxkFCh9cuilLfgosEfc6UApVGJzlbE191r P1WjFenwqtR52o7Q6B+RSJksCmqKSd620jAHWi7U7VkS4u1axKpZHvjrQs7Z8bhfp/8o ftwmDbyPVaEZb0xtmYloFtPhAzmixts0eTu2BtRQU48xNVe64l8TR5BjnD6jto3pimLU +hrrwZxhJ9lyfFmU0bEFup6Z2S7Bp7jPjtZiODeEDSGbivJyJbg6aA3q7vzPyle3dRPt G8VNnlYtK6DCVdzFgF21st+xD4PYxXf9keXvJjpjQaGU+47N/uygBc1xWxumDQICAGBX Kmqw== X-Gm-Message-State: APf1xPBrxwImhsDdCPQcPOEieZAXNk/YMnM97KWLow5/3xNuHTzEA/Ji iBbhAtCZwIRhcCNDyFQFFE77bBXxPkoLPfSNE0yEwXU2 X-Google-Smtp-Source: AH8x225s48pZfAzsUwVMbz5S3SZFCAelfkE2SG0uv7xmifxw52rcbvziq3lCt0UslY/73I2ozieFzSNKETzCG265e8g= X-Received: by 10.80.174.245 with SMTP id f50mr262808edd.28.1518116134881; Thu, 08 Feb 2018 10:55:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.134.56 with HTTP; Thu, 8 Feb 2018 10:55:34 -0800 (PST) From: Ian Lance Taylor Date: Thu, 08 Feb 2018 18:55:00 -0000 Message-ID: Subject: 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/msg00456.txt.bz2 I merged trunk revision 257495 to the gccgo branch. Ian