This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: ObjC/ObjC++: fix ICE on duplicate @implementation of the same class
- From: Mike Stump <mikestump at comcast dot net>
- To: Nicola Pero <nicola dot pero at meta-innovation dot com>
- Cc: "gcc-patches at gnu dot org" <gcc-patches at gnu dot org>
- Date: Mon, 29 Nov 2010 12:28:41 -0800
- Subject: Re: ObjC/ObjC++: fix ICE on duplicate @implementation of the same class
- References: <1291056091.12541206@192.168.2.228>
On Nov 29, 2010, at 10:41 AM, Nicola Pero wrote:
> This patch fixes the ObjC/ObjC++ ICE when there is a duplicate @implementation
> of the same Objective-C class. Testcases included.
>
> Ok to commit ?
Ok.