public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/21627] New: invalid inline warning
@ 2005-05-17 15:28 nathan at gcc dot gnu dot org
  2005-05-17 15:29 ` [Bug c++/21627] " nathan at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: nathan at gcc dot gnu dot org @ 2005-05-17 15:28 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-09-27 16:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-17 15:28 [Bug c++/21627] New: invalid inline warning nathan at gcc dot gnu dot org
2005-05-17 15:29 ` [Bug c++/21627] " nathan at gcc dot gnu dot org
2005-05-17 15:32 ` nathan at gcc dot gnu dot org
2005-05-17 16:42 ` [Bug c++/21627] [3.4/4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
2005-05-19 17:27 ` mmitchel at gcc dot gnu dot org
2005-06-01  0:20 ` pinskia at gcc dot gnu dot org
2005-07-22 21:16 ` pinskia at gcc dot gnu dot org
2005-09-27 16:06 ` [Bug c++/21627] [3.4/4.0/4.1 Regression] invalid inline warning with ctor and dtor mmitchel at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).