From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22451 invoked by alias); 12 Jul 2011 18:02:52 -0000 Received: (qmail 22442 invoked by uid 22791); 12 Jul 2011 18:02:51 -0000 X-SWARE-Spam-Status: No, hits=-1.5 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) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 12 Jul 2011 18:02:27 +0000 Received: from kpbe12.cbf.corp.google.com (kpbe12.cbf.corp.google.com [172.25.105.76]) by smtp-out.google.com with ESMTP id p6CI2QdI021088 for ; Tue, 12 Jul 2011 11:02:26 -0700 Received: from ywa6 (ywa6.prod.google.com [10.192.1.6]) by kpbe12.cbf.corp.google.com with ESMTP id p6CI2MRF022802 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Tue, 12 Jul 2011 11:02:25 -0700 Received: by ywa6 with SMTP id 6so2695515ywa.23 for ; Tue, 12 Jul 2011 11:02:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.45.2 with SMTP id x2mr232230anj.86.1310493744625; Tue, 12 Jul 2011 11:02:24 -0700 (PDT) Received: by 10.100.254.9 with HTTP; Tue, 12 Jul 2011 11:02:24 -0700 (PDT) In-Reply-To: <20110712125534.43D351DA1C8@topo.tor.corp.google.com> References: <20110712125534.43D351DA1C8@topo.tor.corp.google.com> Date: Tue, 12 Jul 2011 18:09:00 -0000 Message-ID: Subject: Re: [pph] Mark c4pr36533.cc fixed (issue4708041) From: Gabriel Charette To: Diego Novillo Cc: reply@codereview.appspotmail.com, crowl@google.com, gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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-07/txt/msg00940.txt.bz2 My=A0patch at http://codereview.appspot.com/4657092/ was fixing this. Did you apply that already? I didn't see it as part of your commits to date? Gab On Tue, Jul 12, 2011 at 5:55 AM, Diego Novillo wrote: > > Not quite sure what patch fixed this one and I'm too lazy to figure it out > now. > > Committed to branch. > > > Diego. > > =A0 =A0 =A0 =A0* g++.dg/pph/c4pr36533.cc: Mark fixed. > > diff --git a/gcc/testsuite/g++.dg/pph/c4pr36533.cc b/gcc/testsuite/g++.dg= /pph/c4pr36533.cc > index 0093db1..ce2bf1f 100644 > --- a/gcc/testsuite/g++.dg/pph/c4pr36533.cc > +++ b/gcc/testsuite/g++.dg/pph/c4pr36533.cc > @@ -1,3 +1,2 @@ > =A0/* { dg-options "-w -fpermissive" } */ > -// pph asm xdiff > =A0#include "c4pr36533.h" > > -- > This patch is available for review at http://codereview.appspot.com/47080= 41