From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1772 invoked by alias); 23 Jul 2019 18:28: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 1763 invoked by uid 89); 23 Jul 2019 18:28:41 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mail-lf1-f53.google.com Received: from mail-lf1-f53.google.com (HELO mail-lf1-f53.google.com) (209.85.167.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 23 Jul 2019 18:28:39 +0000 Received: by mail-lf1-f53.google.com with SMTP id c19so30035799lfm.10 for ; Tue, 23 Jul 2019 11:28:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golang-org.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=+X+VwoiQYEavx7yEZe1PgYvNmyaPTE31ZGHxp7sHAyg=; b=Z913cSMxYqew+GxLfL27+KbyH51ZmtDjzktliAE0OGn1MAjwuO3A/TQY3lduir6jKV 3fXNUQVEUpqS/f13G2AS0g98Yb7SwTJdTiFgp54mpxFKwr4xK6BH5QC0rFrUiFSAOYp0 aJJlqaesHNocjZBIndhWFlMefrolF9vJGL71ajTkE6usDdWiVO7r6Bsyl/yI9VfaTJUe IXAvSNtBPFjoiCoQZrxt6IuMA1qzqKuibJ7DKKS8Lai8VoonwnenT4WzWj8d4eFb5oBg 1nmMPrLYcFAOGUDcgCzo6ALamyzPIx8hBMa26KZu89BGyOazpwsm8SBwheehsPNddUXm FCmg== MIME-Version: 1.0 From: Ian Lance Taylor Date: Tue, 23 Jul 2019 18:49:00 -0000 Message-ID: Subject: Merge from trunk to gccgo branch To: gcc-patches , gofrontend-dev Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2019-07/txt/msg01536.txt.bz2 I merged trunk revision 273743 to the gccgo branch. Ian