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]

[Bug c++/11067] [3.3/3.4 regression] Strange warning with abstract virtual inline function


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11067



------- Additional Comments From janis187 at us dot ibm dot com  2003-06-23 16:00 -------
The regression in 11067 was introduced/exposed by this patch (I see that
Andrew has a patch, but this might still be useful):

--- gcc/gcc/cp/ChangeLog ---

> 2002-12-26  Nathan Sidwell  <nathan@codesourcery.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.


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