|
From: | Jonathan Olson |
Subject: | Re: Objective-C bug? |
Date: | Fri, 4 Jun 2004 20:50:36 -0700 |
On Jun 4, 2004, at 8:18 AM, Nicola Pero wrote:
The gcc 3.3.3 Objective-C compiler on Linux generates bogus method nameconflicts which do not occur on the gcc 3.3 compiler on OSX. Objective-C should be able to distinguish between identically named class methods in the following example. For example, the following program compiles cleanly on OSX Panther/gcc 3.3, but generates error messages on gcc 3.3.3 on Linux.Try a newer compiler. At least gcc 3.5.0 on Linux doesn't generate thosewarnings. Thanks.
[Prev in Thread] | Current Thread | [Next in Thread] |