This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PING: PATCH: Calling super from class methods of categories


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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]