This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11067] [3.3/3.4 regression] Strange warning with abstract virtual inline function
- From: "janis187 at us dot ibm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jun 2003 16:00:02 -0000
- Subject: [Bug c++/11067] [3.3/3.4 regression] Strange warning with abstract virtual inline function
- References: <20030602181938.11067.reichelt@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.