From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11200 invoked by alias); 4 Mar 2012 18:26:35 -0000 Received: (qmail 11192 invoked by uid 22791); 4 Mar 2012 18:26:34 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-ey0-f201.google.com (HELO mail-ey0-f201.google.com) (209.85.215.201) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 04 Mar 2012 18:26:21 +0000 Received: by eaad12 with SMTP id d12so75189eaa.2 for ; Sun, 04 Mar 2012 10:26:19 -0800 (PST) Received-SPF: pass (google.com: domain of dnovillo@google.com designates 10.213.27.15 as permitted sender) client-ip=10.213.27.15; Authentication-Results: mr.google.com; spf=pass (google.com: domain of dnovillo@google.com designates 10.213.27.15 as permitted sender) smtp.mail=dnovillo@google.com; dkim=pass header.i=dnovillo@google.com Received: from mr.google.com ([10.213.27.15]) by 10.213.27.15 with SMTP id g15mr1236471ebc.7.1330885579877 (num_hops = 1); Sun, 04 Mar 2012 10:26:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:organization:user-agent:x-gm-message-state; bh=kNu047AK9X8kDZyxEtVo81qne5T/s7mjiUWwLp1u6n8=; b=hYPb7Ls5rRd3QZ+ZzUVXvqTTGYgym1vcrtPfgf37OMDb55JO8kElJxifVWySPlwIpE MskN8VL49ztWRA0+IzT5hPxGAp068z/PevL3WbiKGUQz0D7Pwnou1jdtUqTCiomF3vmA MWbRo5IpeLQks1UPM6LYpjMgBcBDitHStQDeMf0FEiRpFFw5dkdJYCO4q+gjucJ2Liwa ig0z7U4XbASSsq/THIz3t5htq+JTDLbhcujnAx+amlgZcmdNFqaZrOSmY5UhzOgENfqQ 0IYe35XX4qFxqT7xw8naWP7ybf+zNy4QYAHgFxOdUmC2bXVFfUnXr0fWYIXnT9P0IZHI YTaQ== Received: by 10.213.27.15 with SMTP id g15mr1066917ebc.7.1330885579841; Sun, 04 Mar 2012 10:26:19 -0800 (PST) Received: by 10.213.27.15 with SMTP id g15mr1066910ebc.7.1330885579703; Sun, 04 Mar 2012 10:26:19 -0800 (PST) Received: from hpza10.eem.corp.google.com ([74.125.121.33]) by gmr-mx.google.com with ESMTPS id s9si6623465eei.3.2012.03.04.10.26.19 (version=TLSv1/SSLv3 cipher=AES128-SHA); Sun, 04 Mar 2012 10:26:19 -0800 (PST) Received: from tobiano.tor.corp.google.com (tobiano.tor.corp.google.com [172.29.41.6]) by hpza10.eem.corp.google.com (Postfix) with ESMTP id 83F2520004E; Sun, 4 Mar 2012 10:26:19 -0800 (PST) Received: by tobiano.tor.corp.google.com (Postfix, from userid 54752) id 94FBCAE1DC; Sun, 4 Mar 2012 13:26:18 -0500 (EST) Date: Sun, 04 Mar 2012 18:26:00 -0000 From: Diego Novillo To: gcc@gcc.gnu.org, Lawrence Crowl Subject: [pph] Merge from trunk Message-ID: <20120304182616.GA24261@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Gm-Message-State: ALoCoQlIO8C+bNjg0uJT6VHiJrcbT73jE9sycjGKe++wBsBr/+p4XpUx0F7bGT2IXeSzOxpVwWbM0XYde1qfcKkcZhqJihKRnhWhiouNZRuN7sJRQom8IAw6E8qWY0faWix47i7LGUbJz9ZixFs0khgCU6R2HL/zWH4gM+OazX/ql/IrnWjLBxE= X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2012-03/txt/msg00044.txt.bz2 This merge brings PPH into 4.8. Tested on x86_64. Diego.