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


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]