public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/12333] [DR 272] Explicit call to MyClass::~MyClass() not allowed
       [not found] <bug-12333-4@http.gcc.gnu.org/bugzilla/>
@ 2012-01-19  7:14 ` pinskia at gcc dot gnu.org
  2013-07-03 11:56 ` paolo.carlini at oracle dot com
  2014-06-24 17:59 ` paolo.carlini at oracle dot com
  2 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-19  7:14 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #14 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-19 06:14:08 UTC ---
Now the diagnostic says:
t7.cc:3:13: error: no matching function for call to ‘X::~X()’
t7.cc:3:13: note: candidate is:
t7.cc:5:13: note: virtual X::~X()
t7.cc:5:13: note:   candidate expects 1 argument, 0 provided


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

* [Bug c++/12333] [DR 272] Explicit call to MyClass::~MyClass() not allowed
       [not found] <bug-12333-4@http.gcc.gnu.org/bugzilla/>
  2012-01-19  7:14 ` [Bug c++/12333] [DR 272] Explicit call to MyClass::~MyClass() not allowed pinskia at gcc dot gnu.org
@ 2013-07-03 11:56 ` paolo.carlini at oracle dot com
  2014-06-24 17:59 ` paolo.carlini at oracle dot com
  2 siblings, 0 replies; 13+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-07-03 11:56 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|gcc-bugs at gcc dot gnu.org        |
           Assignee|unassigned at gcc dot gnu.org      |paolo.carlini at oracle dot com

--- Comment #15 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Looking into this.


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

* [Bug c++/12333] [DR 272] Explicit call to MyClass::~MyClass() not allowed
       [not found] <bug-12333-4@http.gcc.gnu.org/bugzilla/>
  2012-01-19  7:14 ` [Bug c++/12333] [DR 272] Explicit call to MyClass::~MyClass() not allowed pinskia at gcc dot gnu.org
  2013-07-03 11:56 ` paolo.carlini at oracle dot com
@ 2014-06-24 17:59 ` paolo.carlini at oracle dot com
  2 siblings, 0 replies; 13+ messages in thread
From: paolo.carlini at oracle dot com @ 2014-06-24 17:59 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12333

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW
           Assignee|paolo.carlini at oracle dot com    |unassigned at gcc dot gnu.org


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

* [Bug c++/12333] [DR 272] Explicit call to MyClass::~MyClass() not allowed
       [not found] <bug-12333-6982@http.gcc.gnu.org/bugzilla/>
  2005-11-26  8:10 ` gdr at gcc dot gnu dot org
  2006-09-13 18:30 ` pinskia at gcc dot gnu dot org
@ 2010-03-25 18:16 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-03-25 18:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from pinskia at gcc dot gnu dot org  2010-03-25 18:16 -------
Related to PR 12228.


-- 


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


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

* [Bug c++/12333] [DR 272] Explicit call to MyClass::~MyClass() not allowed
       [not found] <bug-12333-6982@http.gcc.gnu.org/bugzilla/>
  2005-11-26  8:10 ` gdr at gcc dot gnu dot org
@ 2006-09-13 18:30 ` pinskia at gcc dot gnu dot org
  2010-03-25 18:16 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-13 18:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from pinskia at gcc dot gnu dot org  2006-09-13 18:29 -------
*** Bug 29065 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amylaar at gcc dot gnu dot
                   |                            |org


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


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

* [Bug c++/12333] [DR 272] Explicit call to MyClass::~MyClass() not allowed
       [not found] <bug-12333-6982@http.gcc.gnu.org/bugzilla/>
@ 2005-11-26  8:10 ` gdr at gcc dot gnu dot org
  2006-09-13 18:30 ` pinskia at gcc dot gnu dot org
  2010-03-25 18:16 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 13+ messages in thread
From: gdr at gcc dot gnu dot org @ 2005-11-26  8:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from gdr at gcc dot gnu dot org  2005-11-26 08:10 -------
This is reject-valid.


-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gdr at gcc dot gnu dot org
           Keywords|diagnostic                  |


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


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

* [Bug c++/12333] [DR 272] Explicit call to MyClass::~MyClass() not allowed
  2003-09-18 19:27 [Bug c++/12333] New: Explicit call to MyClass::~MyClass() yields "sorry, unimplemented" John dot Bossom at cognos dot com
                   ` (5 preceding siblings ...)
  2005-06-19 14:27 ` pinskia at gcc dot gnu dot org
@ 2005-09-30 23:41 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-30 23:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-30 23:41 -------
*** Bug 24155 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mon at hks dot com


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


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

* [Bug c++/12333] [DR 272] Explicit call to MyClass::~MyClass() not allowed
  2003-09-18 19:27 [Bug c++/12333] New: Explicit call to MyClass::~MyClass() yields "sorry, unimplemented" John dot Bossom at cognos dot com
                   ` (4 preceding siblings ...)
  2005-01-05  5:24 ` austern at apple dot com
@ 2005-06-19 14:27 ` pinskia at gcc dot gnu dot org
  2005-09-30 23:41 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-19 14:27 UTC (permalink / raw)
  To: gcc-bugs


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

-- 


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


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

* [Bug c++/12333] [DR 272] Explicit call to MyClass::~MyClass() not allowed
  2003-09-18 19:27 [Bug c++/12333] New: Explicit call to MyClass::~MyClass() yields "sorry, unimplemented" John dot Bossom at cognos dot com
                   ` (3 preceding siblings ...)
  2005-01-03 20:52 ` pinskia at gcc dot gnu dot org
@ 2005-01-05  5:24 ` austern at apple dot com
  2005-06-19 14:27 ` pinskia at gcc dot gnu dot org
  2005-09-30 23:41 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 13+ messages in thread
From: austern at apple dot com @ 2005-01-05  5:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From austern at apple dot com  2005-01-05 05:24 -------
I was wrong in thinking this was only a diagnostic bug.  DR272 only affects a nonnormative note.  I've 
checked with Mike Miller, and he pointed me to the appropriate normative text that implies that X::~X() 
within a member function designates the destructor.  This is a genuine rejects-valid bug, not just a bad 
diagnostic.  It is a rejects-valid bug regardless of the status of DR272.

-- 


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


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

* [Bug c++/12333] [DR 272] Explicit call to MyClass::~MyClass() not allowed
  2003-09-18 19:27 [Bug c++/12333] New: Explicit call to MyClass::~MyClass() yields "sorry, unimplemented" John dot Bossom at cognos dot com
                   ` (2 preceding siblings ...)
  2004-03-29 14:25 ` bangerth at dealii dot org
@ 2005-01-03 20:52 ` pinskia at gcc dot gnu dot org
  2005-01-05  5:24 ` austern at apple dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-03 20:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-03 20:52 -------
*** Bug 19243 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |austern at apple dot com


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


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

* [Bug c++/12333] [DR 272] Explicit call to MyClass::~MyClass() not allowed
  2003-09-18 19:27 [Bug c++/12333] New: Explicit call to MyClass::~MyClass() yields "sorry, unimplemented" John dot Bossom at cognos dot com
  2004-01-13  3:40 ` [Bug c++/12333] [DR 272] Explicit call to MyClass::~MyClass() not allowed giovannibajo at libero dot it
  2004-01-13 15:33 ` bangerth at dealii dot org
@ 2004-03-29 14:25 ` bangerth at dealii dot org
  2005-01-03 20:52 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 13+ messages in thread
From: bangerth at dealii dot org @ 2004-03-29 14:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-03-29 14:25 -------
*** Bug 14768 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dannysmith at users dot
                   |                            |sourceforge dot net


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


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

* [Bug c++/12333] [DR 272] Explicit call to MyClass::~MyClass() not allowed
  2003-09-18 19:27 [Bug c++/12333] New: Explicit call to MyClass::~MyClass() yields "sorry, unimplemented" John dot Bossom at cognos dot com
  2004-01-13  3:40 ` [Bug c++/12333] [DR 272] Explicit call to MyClass::~MyClass() not allowed giovannibajo at libero dot it
@ 2004-01-13 15:33 ` bangerth at dealii dot org
  2004-03-29 14:25 ` bangerth at dealii dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 13+ messages in thread
From: bangerth at dealii dot org @ 2004-01-13 15:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-01-13 15:33 -------
It is also a diagnostic problem, however, see comment #1. 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic


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


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

* [Bug c++/12333] [DR 272] Explicit call to MyClass::~MyClass() not allowed
  2003-09-18 19:27 [Bug c++/12333] New: Explicit call to MyClass::~MyClass() yields "sorry, unimplemented" John dot Bossom at cognos dot com
@ 2004-01-13  3:40 ` giovannibajo at libero dot it
  2004-01-13 15:33 ` bangerth at dealii dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 13+ messages in thread
From: giovannibajo at libero dot it @ 2004-01-13  3:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-01-13 03:40 -------
This is DR 272.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Explicit call to            |[DR 272] Explicit call to
                   |MyClass::~MyClass() not     |MyClass::~MyClass() not
                   |allowed                     |allowed


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


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

end of thread, other threads:[~2014-06-24 17:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-12333-4@http.gcc.gnu.org/bugzilla/>
2012-01-19  7:14 ` [Bug c++/12333] [DR 272] Explicit call to MyClass::~MyClass() not allowed pinskia at gcc dot gnu.org
2013-07-03 11:56 ` paolo.carlini at oracle dot com
2014-06-24 17:59 ` paolo.carlini at oracle dot com
     [not found] <bug-12333-6982@http.gcc.gnu.org/bugzilla/>
2005-11-26  8:10 ` gdr at gcc dot gnu dot org
2006-09-13 18:30 ` pinskia at gcc dot gnu dot org
2010-03-25 18:16 ` pinskia at gcc dot gnu dot org
2003-09-18 19:27 [Bug c++/12333] New: Explicit call to MyClass::~MyClass() yields "sorry, unimplemented" John dot Bossom at cognos dot com
2004-01-13  3:40 ` [Bug c++/12333] [DR 272] Explicit call to MyClass::~MyClass() not allowed giovannibajo at libero dot it
2004-01-13 15:33 ` bangerth at dealii dot org
2004-03-29 14:25 ` bangerth at dealii dot org
2005-01-03 20:52 ` pinskia at gcc dot gnu dot org
2005-01-05  5:24 ` austern at apple dot com
2005-06-19 14:27 ` pinskia at gcc dot gnu dot org
2005-09-30 23:41 ` 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).