public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/16190] -Wnon-virtual-dtor, in -Wall, silenced only by pessimizing code
       [not found] <bug-16190-7196@http.gcc.gnu.org/bugzilla/>
@ 2006-01-21 23:28 ` gdr at gcc dot gnu dot org
  2006-01-22  2:56 ` gdr at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: gdr at gcc dot gnu dot org @ 2006-01-21 23:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #22 from gdr at gcc dot gnu dot org  2006-01-21 23:28 -------
Working on a patch.


-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |gdr at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2004-06-25 14:16:04         |2006-01-21 23:28:49
               date|                            |


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


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

* [Bug c++/16190] -Wnon-virtual-dtor, in -Wall, silenced only by pessimizing code
       [not found] <bug-16190-7196@http.gcc.gnu.org/bugzilla/>
  2006-01-21 23:28 ` [Bug c++/16190] -Wnon-virtual-dtor, in -Wall, silenced only by pessimizing code gdr at gcc dot gnu dot org
@ 2006-01-22  2:56 ` gdr at gcc dot gnu dot org
  2006-01-23 16:36 ` pinskia at gcc dot gnu dot org
  2008-12-18  1:38 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: gdr at gcc dot gnu dot org @ 2006-01-22  2:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #23 from gdr at gcc dot gnu dot org  2006-01-22 02:56 -------
Fixed in 4.2.0.


-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug c++/16190] -Wnon-virtual-dtor, in -Wall, silenced only by pessimizing code
       [not found] <bug-16190-7196@http.gcc.gnu.org/bugzilla/>
  2006-01-21 23:28 ` [Bug c++/16190] -Wnon-virtual-dtor, in -Wall, silenced only by pessimizing code gdr at gcc dot gnu dot org
  2006-01-22  2:56 ` gdr at gcc dot gnu dot org
@ 2006-01-23 16:36 ` pinskia at gcc dot gnu dot org
  2008-12-18  1:38 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-23 16:36 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.2.0


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


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

* [Bug c++/16190] -Wnon-virtual-dtor, in -Wall, silenced only by pessimizing code
       [not found] <bug-16190-7196@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-01-23 16:36 ` pinskia at gcc dot gnu dot org
@ 2008-12-18  1:38 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-12-18  1:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #24 from pinskia at gcc dot gnu dot org  2008-12-18 01:35 -------
*** Bug 38560 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arthur dot loiret at gmail
                   |                            |dot com


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


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

* [Bug c++/16190] -Wnon-virtual-dtor, in -Wall, silenced only by pessimizing code
  2004-06-25  3:04 [Bug c++/16190] New: spurious warning about non-virtual destructor ncm-nospam at cantrip dot org
  2004-07-07  2:50 ` [Bug c++/16190] -Wnon-virtual-dtor, in -Wall, silenced only by pessimizing code ncm-nospam at cantrip dot org
@ 2005-03-19 21:06 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-19 21:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-19 21:06 -------
*** Bug 20560 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andyreif at studcs dot uni-
                   |                            |sb dot de


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


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

* [Bug c++/16190] -Wnon-virtual-dtor, in -Wall, silenced only by pessimizing code
  2004-06-25  3:04 [Bug c++/16190] New: spurious warning about non-virtual destructor ncm-nospam at cantrip dot org
@ 2004-07-07  2:50 ` ncm-nospam at cantrip dot org
  2005-03-19 21:06 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 6+ messages in thread
From: ncm-nospam at cantrip dot org @ 2004-07-07  2:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ncm-nospam at cantrip dot org  2004-07-07 02:50 -------
I've changed the title not to prejudice the solution.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3
            Summary|make -Wnon-virtual-dtor more|-Wnon-virtual-dtor, in -
                   |sophisticated               |Wall, silenced only by
                   |                            |pessimizing code


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


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

end of thread, other threads:[~2008-12-18  1:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-16190-7196@http.gcc.gnu.org/bugzilla/>
2006-01-21 23:28 ` [Bug c++/16190] -Wnon-virtual-dtor, in -Wall, silenced only by pessimizing code gdr at gcc dot gnu dot org
2006-01-22  2:56 ` gdr at gcc dot gnu dot org
2006-01-23 16:36 ` pinskia at gcc dot gnu dot org
2008-12-18  1:38 ` pinskia at gcc dot gnu dot org
2004-06-25  3:04 [Bug c++/16190] New: spurious warning about non-virtual destructor ncm-nospam at cantrip dot org
2004-07-07  2:50 ` [Bug c++/16190] -Wnon-virtual-dtor, in -Wall, silenced only by pessimizing code ncm-nospam at cantrip dot org
2005-03-19 21:06 ` pinskia 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).