From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11754 invoked by alias); 7 Jun 2011 18:35:08 -0000 Received: (qmail 11657 invoked by uid 22791); 7 Jun 2011 18:35:07 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 07 Jun 2011 18:34:53 +0000 Received: from kpbe15.cbf.corp.google.com (kpbe15.cbf.corp.google.com [172.25.105.79]) by smtp-out.google.com with ESMTP id p57IYpSd004973 for ; Tue, 7 Jun 2011 11:34:51 -0700 Received: from gxk28 (gxk28.prod.google.com [10.202.11.28]) by kpbe15.cbf.corp.google.com with ESMTP id p57IYnBm003283 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Tue, 7 Jun 2011 11:34:50 -0700 Received: by gxk28 with SMTP id 28so2617754gxk.41 for ; Tue, 07 Jun 2011 11:34:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.141.10 with SMTP id o10mr5736014ybd.70.1307471689661; Tue, 07 Jun 2011 11:34:49 -0700 (PDT) Received: by 10.151.142.15 with HTTP; Tue, 7 Jun 2011 11:34:49 -0700 (PDT) In-Reply-To: <20110606231219.34F391C3747@gchare.mtv.corp.google.com> References: <20110606231219.34F391C3747@gchare.mtv.corp.google.com> Date: Tue, 07 Jun 2011 18:45:00 -0000 Message-ID: Subject: Re: [pph] Removing pth implementation from pph implementation (issue4571047) From: Diego Novillo To: Gabriel Charette Cc: reply@codereview.appspotmail.com, Lawrence Crowl , gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 X-System-Of-Record: true X-IsSubscribed: yes 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 X-SW-Source: 2011-06/txt/msg00560.txt.bz2 On Mon, Jun 6, 2011 at 16:12, Gabriel Charette wrote: > Ok removed the tests as well. > > Executed the full test suite with no errors (except for currently known ones..) Thanks. Committed as rev 174761. Diego.