public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/8372: ICE on explicit call of destructor
@ 2002-10-27 15:58 reichelt
  0 siblings, 0 replies; 2+ messages in thread
From: reichelt @ 2002-10-27 15:58 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, reichelt

Synopsis: ICE on explicit call of destructor

State-Changed-From-To: open->analyzed
State-Changed-By: reichelt
State-Changed-When: Sun Oct 27 15:58:44 2002
State-Changed-Why:
    It's a regression from 2.95.x.

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


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

* c++/8372: ICE on explicit call of destructor
@ 2002-10-27 15:56 reichelt
  0 siblings, 0 replies; 2+ messages in thread
From: reichelt @ 2002-10-27 15:56 UTC (permalink / raw)
  To: gcc-gnats


>Number:         8372
>Category:       c++
>Synopsis:       ICE on explicit call of destructor
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Sun Oct 27 15:56:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     reichelt@igpm.rwth-aachen.de
>Release:        gcc 3.0.x, 3.2 branch and mainline
>Organization:
>Environment:
i686-pc-linux-gnu
>Description:
The following code causes an ICE when compiled with "g++ -c"

--------------------snip here-----------------
struct A {};

template <typename T> struct B
{
  B() { A().A::~A(); }
};

B<void> b;
--------------------snip here-----------------
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-10-27 23:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-27 15:58 c++/8372: ICE on explicit call of destructor reichelt
  -- strict thread matches above, loose matches on Subject: below --
2002-10-27 15:56 reichelt

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