This is the mail archive of the gcc-bugs@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: c++/10047: [3.3 regression] -fno-default-inline produces bogous warnings


The regression appeared with this patch to mainline and
3.3-branch (cp directory):

2002-12-26  Nathan Sidwell  <nathan at codesourcery dot com>

        PR c++/4803
        * decl2.c (mark_used): Defer inline functions.
        (finish_file): Merge deferred_fns loops. Check all used
        inline functions have a definition.
        * method.c (make_thunk): Thunks are not inline.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10047




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