Re: Fix for PR objc/49287

2011-06-05 Thread Mike Stump
On Jun 5, 2011, at 6:07 AM, Nicola Pero wrote: > This patch fixes PR objc/49287. The problem is that enabling the compiler > checks > for missing @interfaces triggered a couple of warnings of missing @interfaces > in some > testcases (this only showed up with the NeXT runtime because objc_getCl

Fix for PR objc/49287

2011-06-05 Thread Nicola Pero
This patch fixes PR objc/49287. The problem is that enabling the compiler checks for missing @interfaces triggered a couple of warnings of missing @interfaces in some testcases (this only showed up with the NeXT runtime because objc_getClass() is treated specially only with the NeXT runtime; we