This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PING: PATCH: Calling super from class methods of categories
- From: Stan Shebs <shebs at apple dot com>
- To: Ziemowit Laski <zlaski at apple dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 26 Aug 2002 12:52:48 -0700
- Subject: Re: PING: PATCH: Calling super from class methods of categories
- References: <D0176660-B924-11D6-81C9-000393673036@apple.com>
Ziemowit Laski wrote:
I posted this on Friday, and since then the compiler did
in fact bootstrap with no regressions. Since I would argue
this is a bug fix rather than a new feature, is it OK for
me to commit this to TOT?
Yes, this looks fine, thanks.
+ return [super test_func]; /* { dg-bogus "dereferencing pointer
to incomplete type" } */
Is there really supposed to be two spaces in front of "incomplete"?
Stan