From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25909 invoked by alias); 16 Dec 2014 00:23:58 -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 25894 invoked by uid 89); 16 Dec 2014 00:23:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yh0-f53.google.com Received: from mail-yh0-f53.google.com (HELO mail-yh0-f53.google.com) (209.85.213.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 16 Dec 2014 00:23:55 +0000 Received: by mail-yh0-f53.google.com with SMTP id i57so5614193yha.26 for ; Mon, 15 Dec 2014 16:23:54 -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:date:message-id:subject:from:to :content-type; bh=RqDOYUaxZybKGXr0Ku+4qAzNBHoVSsRUPX9ZV5yFWUY=; b=nDtDGR3FRSwSUOjgXS4KhKTr6XKRocvNgDnDmBzRW8gaXNcvfp5BTFCOiyNEG2QKPV H9xSmz20ee/wZ9Szto5CXrnGWWXGhpYBsblFMWrVgQXugd1vY5olq9YU9viBXpV34SDx sPGyzYcjULgPeBTmWQ/kqFZXRPtxClzRcB1GhNDkrFvrICXU/pyU1Jnhz3AAL/TgAqXy hHKRR4iPZIVB1AMB5G3Yff3A+xySO4nGbVCWTXHhBzH49mnKDKY/E5K9qIDFq7AHCP4o bBdV6Gpctr/RjdRX8RkNPTMoeM3D3QDYHd1PKudCFhBW916BIxLMeGW6kB938/5Y1+Yv X+CA== X-Gm-Message-State: ALoCoQmVjlOjLQnyKMP5MOfHbHfht8JiP92KpsUnTt6uB0E8EvmEL/nwTso01btzamuyqejW1Ef1 MIME-Version: 1.0 X-Received: by 10.236.199.102 with SMTP id w66mr24643810yhn.10.1418689433866; Mon, 15 Dec 2014 16:23:53 -0800 (PST) Received: by 10.170.57.196 with HTTP; Mon, 15 Dec 2014 16:23:53 -0800 (PST) Date: Tue, 16 Dec 2014 02:17: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-SW-Source: 2014-12/txt/msg01299.txt.bz2 I've merged GCC trunk to the gccgo branch, again. Ian