This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 4.2 more strict check for "function called through a non-compatible type"
Mike Stump <mrs@apple.com> writes:
> On Jul 4, 2006, at 5:18 PM, Andrew Pinski wrote:
> > And I posted a patch to do the same in Objective-C mode as C mode :).
> > http://gcc.gnu.org/ml/gcc-patches/2004-08/msg01013.html
>
> Is the reason that Objective-C was excluded been fixed? If so, while
> I don't like the semantics in place now, I'd rather have consistency
> with C/C++. :-(
A version of Andrew's patch was checked in on 2005-05-24, by Ziemowit
Laski. The languages are currently consistent.
Ian