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]
Other format: [Raw text]

Re: bug report


On May 21, 2002, "Shangwu Qi" <swqi@strongholdtech.com> wrote:

> The derived clase should be able to call any base class's functions
> including operator functions without specifying the class name.

As long as name look up finds them.  In your case, the function with
the same name in the derived class hides the one in the base class.

Oh, and there's no such thing as GCC 2.9.6.  The closest match is the
GCC version that ships with Red Hat Linux 7.x, that was never released
by the Free Software Foundation, which means this is not the right
place in which to submit bugs you encounter in it.  Please use
http://bugzilla.redhat.com/bugzilla next time.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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