From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21634 invoked by alias); 19 Dec 2014 23:03:14 -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 21609 invoked by uid 89); 19 Dec 2014 23:03:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f175.google.com Received: from mail-yk0-f175.google.com (HELO mail-yk0-f175.google.com) (209.85.160.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 19 Dec 2014 23:03:12 +0000 Received: by mail-yk0-f175.google.com with SMTP id 200so822187ykr.20 for ; Fri, 19 Dec 2014 15:03:10 -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=4Z+5NbtknoRQIMiNTO5k4BdgRVfEDWXnfovcijbR4rg=; b=fmo41BnX8Wulf/WGJ+bX6iGTkXjy/N2N9pX5HSY5/OO8A99aIkPsTedj+MIcaIwEu0 l4FPki5gCkzKf0Av/Y30TttvVt5FQYL6ZvyzsH7O5r6aXmU2Vpfik7sOLUWvyIsY1RZY +d98eQallyfl1IIJRuii9UrVUBmuJjxysWc7JIWsb0BDesY9jwdMAxZBkEaE/7QUxOsc b/uwG0zwKX+EDruaBefZNUvODcuU3Kk5+GsKLXKUR5pvXwX9rJlal/wVyCYiH4b6QXRG NTWIFeehzmQEg+HmW8Pk7WFarBrq9W0ejJGRpYhp5XmJDcYhrd4DwkT9QOkSWdp9jO48 WqLw== X-Gm-Message-State: ALoCoQlNK+rt1qe+PeUVzCYHUB1pHXaip403ySkYaKXU5PiPZiH+hs+0GiJOfVvxWwPCkhkPu3AZ MIME-Version: 1.0 X-Received: by 10.170.115.22 with SMTP id h22mr9308993ykb.37.1419030190337; Fri, 19 Dec 2014 15:03:10 -0800 (PST) Received: by 10.170.57.196 with HTTP; Fri, 19 Dec 2014 15:03:10 -0800 (PST) Date: Fri, 19 Dec 2014 23:46: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/msg01697.txt.bz2 I've done yet another merge from trunk, revision 218979, to gccgo branch. Ian