From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112055 invoked by alias); 8 Dec 2016 20:14:01 -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 111855 invoked by uid 89); 8 Dec 2016 20:13:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*MI:sk:CAOyqgc X-HELO: mail-io0-f182.google.com Received: from mail-io0-f182.google.com (HELO mail-io0-f182.google.com) (209.85.223.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 08 Dec 2016 20:13:48 +0000 Received: by mail-io0-f182.google.com with SMTP id a81so17098472ioe.3 for ; Thu, 08 Dec 2016 12:13:48 -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:from:date:message-id:subject:to; bh=1uG4gu1408zedcSryzFtka47uPTLE45wKd/vwcRnyzE=; b=i7bdtkFN2LMWjhD6EZW8KmOogsOE/xstkq2/hK5o/+m9/zIp1EjrdLxZfv2QZA4JmT qULwX+vdOhnrLqFI1eGOtjQdrTaiwLoiKvzdNhaS7gjGiwJSUfwzIihRERcW4bXP4jE8 TuM/aqJ9WKEElMrjDltPebb0WzVJCjmSj6YyS8SgErB/aP0Q3flm3LrF571rvNqXGFyO Zg/vJd/03/U7qwBI4ht4Xth0hxIHzCtl4IbEs4Lq5CNXUNtHeTDQRnPJQCsbluF1tQPm /Iq6iwJ2xsjhXFTYlH07NpbbbKOx2qdsZejxNOAEQiF1QUV6ObnbvE6d6D/1WhuhgbN2 jLDw== X-Gm-Message-State: AKaTC02+4+aDxY9UwOeJkS8EWdHzfr7SyXcF+ReHO//09myRHuoFggpdZ1cflNbrjFJcAoAkrZLEVJFswaRoKQ== X-Received: by 10.107.130.197 with SMTP id m66mr64912152ioi.38.1481228026052; Thu, 08 Dec 2016 12:13:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.79.184.74 with HTTP; Thu, 8 Dec 2016 12:13:45 -0800 (PST) From: Ian Lance Taylor Date: Thu, 08 Dec 2016 20:14: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: 2016-12/txt/msg00685.txt.bz2 I merged trunk revision 243445 to the gccgo branch. Ian