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: g++ inlining problem?


On Sep  5, 1999, Thomas Flynn <flynnt@acm.org> wrote:

> 1)  If you read all of my origional post, you'd see I'm not specifying the
>     inline keyword anywhere.

Yup, but member functions defined within the class body are implicitly
inline, according to the Standard.  Anyway, out-of-line versions of
them should be generated.  Maybe you're falling victim of 
http://egcs.cygnus.com/faq.html#vtables ?

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{dcc.unicamp.br,guarana.{org,com}} aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them

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