This is the mail archive of the gcc-help@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: -fno-default-inline


On Jun 29, 2001, Mike Harrold <mharrold@cas.org> wrote:

> Or is this a case of pleading with the libstdc++ folks to mark functions
> as inline where appropriate?

I'm not sure we should add redundant keywords to libstdc++ code to
make room for a non-standard extension.  Is it really too hard for you
to move the member function definitions out of the class body, so that
the implicit inline Standard rule doesn't apply to them?

-- 
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    *Please* write to mailing lists, not to me


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