This is the mail archive of the gcc@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]

Re: covariant returns?


> Date: Sun, 11 Apr 1999 18:14:19 -0400
> From: "Braden N. McDaniel" <braden@shadow.net>
> To: "egcs@cygnus.com" <egcs@cygnus.com>

> I'm getting the message: "sorry, not implemented: adjusting pointers
> for covariant returns". I'm not sure what this means, and the line
> it points me to is not particularly helpful.

It may not seem helpful, but trust us, it is more helpful than
generating wrong code silently, which is the immediate alternative.
This signifies a feature that isn't implemented yet.  The English for
the error is, sorry, you cannot have return types that differ in this
way.


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