This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix for PR objc++/23614


Thanks Mike

you're right - and I had fixed that before pinging - my ping had a NULL there. ;-)

But I can put 0, if you prefer.  Ok to apply with a 0 in there ?

Thanks

-----Original Message-----
From: "Mike Stump" <mikestump@comcast.net>
Sent: Thursday, 7 October, 2010 20:20
To: "Nicola Pero" <nicola.pero@meta-innovation.com>
Cc: "gcc-patches@gnu.org" <gcc-patches@gnu.org>
Subject: Re: Fix for PR objc++/23614

On Oct 5, 2010, at 12:58 PM, Nicola Pero wrote:
> This patch fixes PR objc++/23614.

> It was not a bug in the ObjC++ compiler; it was a bug in the test.

> -    MyWidget *widget = nil;
> +    MyWidget *widget;

No, please just change to 0.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]