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

* [Bug c++/21627] invalid inline warning
  2005-05-17 15:28 [Bug c++/21627] New: invalid inline warning nathan at gcc dot gnu dot org
@ 2005-05-17 15:29 ` nathan at gcc dot gnu dot org
  2005-05-17 15:32 ` nathan at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: nathan at gcc dot gnu dot org @ 2005-05-17 15:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From nathan at gcc dot gnu dot org  2005-05-17 15:29 -------
Created an attachment (id=8913)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8913&action=view)
test case, compile with -Wall


-- 


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


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

* [Bug c++/21627] invalid inline warning
  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
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: nathan at gcc dot gnu dot org @ 2005-05-17 15:32 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gkajmowi at tbaytel dot net


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


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

* [Bug c++/21627] [3.4/4.0/4.1 Regression] invalid inline warning
  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 ` pinskia at gcc dot gnu dot org
  2005-05-19 17:27 ` mmitchel at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-17 16:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-17 16:40 -------
Confirmed, it is a regression from 3.2.3.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |diagnostic
      Known to fail|                            |3.3.3 3.4.0 4.0.0 4.1.0
      Known to work|                            |3.2.3
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-17 16:40:38
               date|                            |
            Summary|invalid inline warning      |[3.4/4.0/4.1 Regression]
                   |                            |invalid inline warning
   Target Milestone|---                         |3.4.4


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


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

* [Bug c++/21627] [3.4/4.0/4.1 Regression] invalid inline warning
  2005-05-17 15:28 [Bug c++/21627] New: invalid inline warning nathan at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  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
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-05-19 17:27 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.4                       |3.4.5


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


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

* [Bug c++/21627] [3.4/4.0/4.1 Regression] invalid inline warning
  2005-05-17 15:28 [Bug c++/21627] New: invalid inline warning nathan at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  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
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-01  0:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-01 00:19 -------
: Search converges between 2002-12-14-trunk (#159) and 2002-12-29-trunk (#160).

-- 


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


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

* [Bug c++/21627] [3.4/4.0/4.1 Regression] invalid inline warning
  2005-05-17 15:28 [Bug c++/21627] New: invalid inline warning nathan at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  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
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-22 21:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-22 21:12 -------
Moving to 4.0.2 pre Mark.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.5                       |4.0.2


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


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

* [Bug c++/21627] [3.4/4.0/4.1 Regression] invalid inline warning with ctor and dtor
  2005-05-17 15:28 [Bug c++/21627] New: invalid inline warning nathan at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2005-07-22 21:16 ` pinskia at gcc dot gnu dot org
@ 2005-09-27 16:06 ` mmitchel at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-09-27 16:06 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.2                       |4.0.3


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).