This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/21627] New: invalid inline warning
- From: "nathan at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 May 2005 15:28:29 -0000
- Subject: [Bug c++/21627] New: invalid inline warning
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
compiling with -Wall gives the following erroneous errors about the ctor and
dtor -- but not about the method.
nathan@garibaldi:33>g++ foo.ii -Wall -c
foo.ii:4: warning: inline function `TPL<T>::TPL() [with T = int]' used but
never defined
foo.ii:5: warning: inline function `TPL<T>::~TPL() [with T = int]' used but
never defined
--
Summary: invalid inline warning
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: nathan at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21627