From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117977 invoked by alias); 11 Sep 2015 19:36:03 -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 117953 invoked by uid 89); 11 Sep 2015 19:36:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-oi0-f54.google.com Received: from mail-oi0-f54.google.com (HELO mail-oi0-f54.google.com) (209.85.218.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 11 Sep 2015 19:36:02 +0000 Received: by oiww128 with SMTP id w128so48495356oiw.2 for ; Fri, 11 Sep 2015 12:36:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=z5jaTHG9LGvbQoZ/ru5Z3DSIoXGeFFevO4ZOpqdpzi4=; b=i40Bhtb0OHPjBuMZ9Q6I3RT7j8q4Qp4Rj/scPDWqqq0tHpMA4adTVaiR3rkv2v8Cj3 9u/yITkNTXBU8riHcgHy4l8ZNK0SofMbOEgOT6tgaKEdAP64OkJXJ5hjgqspRucaiSEs 6PtizAaLHM8Ilptox/Dz/HkDHHxbv3bwuL3tFlCpupbMLL8S6DY2IizIc36eDKV6SkHK dJovSIhZ5dI4jDGTsJlMk/EFf8LBQv7PjID5/4IozYL3edc147wqElNvU3VXs3pT6Pu4 ncpaaa45d/p+T3x0aT3CN9I/I4jdG/c4zI6xikGjfqWIpyTpHJE7XYC5j4IDwcAIMCx6 4U+g== X-Gm-Message-State: ALoCoQnQtsA9hhXSj6Xeh21AdsENMrvgYlARKOAqBw5kMMEdUxb1R41eGgvpqLQz8lwOctFbijkj MIME-Version: 1.0 X-Received: by 10.202.94.195 with SMTP id s186mr373615oib.92.1442000160702; Fri, 11 Sep 2015 12:36:00 -0700 (PDT) Received: by 10.60.160.67 with HTTP; Fri, 11 Sep 2015 12:36:00 -0700 (PDT) Date: Fri, 11 Sep 2015 19:41:00 -0000 Message-ID: Subject: Merge from trunk to gccgo branch From: Ian Lance Taylor To: gcc-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00836.txt.bz2 I merged trunk revision 227689 to the gccgo branch. Ian