public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* libstdc++/3150: Ready 266: ~bad_exception,~bad_cast, ~bad_alloc, ~bad_typeid
@ 2001-06-12 16:16 theonetruekenny
  0 siblings, 0 replies; 5+ messages in thread
From: theonetruekenny @ 2001-06-12 16:16 UTC (permalink / raw)
  To: gcc-gnats; +Cc: kenny.simpson

>Number:         3150
>Category:       libstdc++
>Synopsis:       Ready 266: ~bad_exception,~bad_cast, ~bad_alloc, ~bad_typeid
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 12 16:16:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     theonetruekenny@yahoo.com
>Release:        20010605 cvs
>Organization:
>Environment:
source
>Description:
see:
http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/lwg-active.html#266
>How-To-Repeat:
observe the declarations for these destructors in
libsupc++/typeinfo - line 119 and 126 (~bad_cast and ~bad_typeid)
libsupc++/new - line 45 (~bad_alloc)
libsupc++/exception - line 42 (~bad_exception)

and the definitions in
libsupc++/tinfo.cc line 42 and 43 (~bad_cast and ~bad_typeid)
libsupc++/new_handler.cc line 46 (~bad_alloc)
libsupc++/eh_exception.cc line 36 (~bad_exception)
>Fix:
remove these declarations and definitions.
>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: libstdc++/3150: Ready 266: ~bad_exception,~bad_cast, ~bad_alloc, ~bad_typeid
@ 2001-12-05 14:46 bkoz
  0 siblings, 0 replies; 5+ messages in thread
From: bkoz @ 2001-12-05 14:46 UTC (permalink / raw)
  To: bkoz; +Cc: gcc-prs

The following reply was made to PR libstdc++/3150; it has been noted by GNATS.

From: bkoz@gcc.gnu.org
To: bkoz@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org,
  gcc-prs@gcc.gnu.org, kenny.simpson@gs.com, theonetruekenny@yahoo.com
Cc:  
Subject: Re: libstdc++/3150: Ready 266: ~bad_exception,~bad_cast, ~bad_alloc, ~bad_typeid
Date: 5 Dec 2001 22:36:12 -0000

 Synopsis: Ready 266: ~bad_exception,~bad_cast, ~bad_alloc, ~bad_typeid
 
 State-Changed-From-To: feedback->closed
 State-Changed-By: bkoz
 State-Changed-When: Wed Dec  5 14:36:10 2001
 State-Changed-Why:
     Fixed.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=3150&database=gcc


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

* Re: libstdc++/3150: Ready 266: ~bad_exception,~bad_cast, ~bad_alloc, ~bad_typeid
@ 2001-12-05 14:36 bkoz
  0 siblings, 0 replies; 5+ messages in thread
From: bkoz @ 2001-12-05 14:36 UTC (permalink / raw)
  To: bkoz, gcc-bugs, gcc-gnats, gcc-prs, kenny.simpson, theonetruekenny

Synopsis: Ready 266: ~bad_exception,~bad_cast, ~bad_alloc, ~bad_typeid

State-Changed-From-To: feedback->closed
State-Changed-By: bkoz
State-Changed-When: Wed Dec  5 14:36:10 2001
State-Changed-Why:
    Fixed.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=3150&database=gcc


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

* Re: libstdc++/3150: Ready 266: ~bad_exception,~bad_cast, ~bad_alloc, ~bad_typeid
@ 2001-11-23  2:06 bkoz
  0 siblings, 0 replies; 5+ messages in thread
From: bkoz @ 2001-11-23  2:06 UTC (permalink / raw)
  To: bkoz; +Cc: gcc-prs

The following reply was made to PR libstdc++/3150; it has been noted by GNATS.

From: bkoz@gcc.gnu.org
To: bkoz@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org,
  gcc-prs@gcc.gnu.org, kenny.simpson@gs.com, nobody@gcc.gnu.org,
  theonetruekenny@yahoo.com
Cc:  
Subject: Re: libstdc++/3150: Ready 266: ~bad_exception,~bad_cast, ~bad_alloc, ~bad_typeid
Date: 1 Dec 2001 04:22:34 -0000

 Synopsis: Ready 266: ~bad_exception,~bad_cast, ~bad_alloc, ~bad_typeid
 
 Responsible-Changed-From-To: unassigned->bkoz
 Responsible-Changed-By: bkoz
 Responsible-Changed-When: Fri Nov 30 20:22:34 2001
 Responsible-Changed-Why:
     Mine.
 State-Changed-From-To: open->feedback
 State-Changed-By: bkoz
 State-Changed-When: Fri Nov 30 20:22:34 2001
 State-Changed-Why:
     Fixed with
     
     2001-11-30  Benjamin Kosnik  <bkoz@redhat.com>
     
     	libstdc++/3150
     	DR/266
     	* libsupc++/exception (bad_exception::~bad_exception()): Remove
     	declaration.
     	* libsupc++/new (bad_alloc::~bad_alloc()): Remove.
     	* libsupc++/typeinfo (bad_cast::~bad_cast()): Remove.
     	(bad_typeid::~bad_typeid()): Remove.
     	* libsupc++/tinfo.cc (bad_cast::~bad_cast()): Remove definition.
     	(bad_typeid::~bad_typeid()): Same.
     	* libsupc++/new_handler.cc (bad_alloc::~bad_alloc()): Same.
     	* libsupc++/eh_exception.cc (bad_exception::~bad_exception()): Same.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=3150&database=gcc


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

* Re: libstdc++/3150: Ready 266: ~bad_exception,~bad_cast, ~bad_alloc, ~bad_typeid
@ 2001-11-23  1:56 bkoz
  0 siblings, 0 replies; 5+ messages in thread
From: bkoz @ 2001-11-23  1:56 UTC (permalink / raw)
  To: bkoz, gcc-bugs, gcc-gnats, gcc-prs, kenny.simpson, nobody,
	theonetruekenny

Synopsis: Ready 266: ~bad_exception,~bad_cast, ~bad_alloc, ~bad_typeid

Responsible-Changed-From-To: unassigned->bkoz
Responsible-Changed-By: bkoz
Responsible-Changed-When: Fri Nov 30 20:22:34 2001
Responsible-Changed-Why:
    Mine.
State-Changed-From-To: open->feedback
State-Changed-By: bkoz
State-Changed-When: Fri Nov 30 20:22:34 2001
State-Changed-Why:
    Fixed with
    
    2001-11-30  Benjamin Kosnik  <bkoz@redhat.com>
    
    	libstdc++/3150
    	DR/266
    	* libsupc++/exception (bad_exception::~bad_exception()): Remove
    	declaration.
    	* libsupc++/new (bad_alloc::~bad_alloc()): Remove.
    	* libsupc++/typeinfo (bad_cast::~bad_cast()): Remove.
    	(bad_typeid::~bad_typeid()): Remove.
    	* libsupc++/tinfo.cc (bad_cast::~bad_cast()): Remove definition.
    	(bad_typeid::~bad_typeid()): Same.
    	* libsupc++/new_handler.cc (bad_alloc::~bad_alloc()): Same.
    	* libsupc++/eh_exception.cc (bad_exception::~bad_exception()): Same.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=3150&database=gcc


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

end of thread, other threads:[~2001-12-05 22:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-12 16:16 libstdc++/3150: Ready 266: ~bad_exception,~bad_cast, ~bad_alloc, ~bad_typeid theonetruekenny
2001-11-23  1:56 bkoz
2001-11-23  2:06 bkoz
2001-12-05 14:36 bkoz
2001-12-05 14:46 bkoz

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