public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/6037: ICE in enum after switch() (gcc 3.0.4)
@ 2002-03-22  7:01 jakub
  0 siblings, 0 replies; 3+ messages in thread
From: jakub @ 2002-03-22  7:01 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, jakub, nobody, porten

Synopsis: ICE in enum after switch() (gcc 3.0.4)

Responsible-Changed-From-To: unassigned->jakub
Responsible-Changed-By: jakub
Responsible-Changed-When: Fri Mar 22 07:01:10 2002
Responsible-Changed-Why:
    Mine.

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


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

* Re: c++/6037: ICE in enum after switch() (gcc 3.0.4)
@ 2002-03-25  4:57 jakub
  0 siblings, 0 replies; 3+ messages in thread
From: jakub @ 2002-03-25  4:57 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, jakub, porten

Synopsis: ICE in enum after switch() (gcc 3.0.4)

State-Changed-From-To: open->closed
State-Changed-By: jakub
State-Changed-When: Mon Mar 25 04:57:31 2002
State-Changed-Why:
    Fixed by http://gcc.gnu.org/ml/gcc-patches/2002-03/msg01448.html

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


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

* c++/6037: ICE in enum after switch() (gcc 3.0.4)
@ 2002-03-22  4:16 porten
  0 siblings, 0 replies; 3+ messages in thread
From: porten @ 2002-03-22  4:16 UTC (permalink / raw)
  To: gcc-gnats


>Number:         6037
>Category:       c++
>Synopsis:       ICE in enum after switch() (gcc 3.0.4)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Fri Mar 22 04:16:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Harri Porten
>Release:        unknown-1.0
>Organization:
>Environment:
i686-pc-linux-gnu gcc 3.0.1 and 3.0.4
>Description:
Following code causes an Internal Error in the line of the
enum definition.

struct  S { ~S() { } };
struct C {
    void foo() {
	switch (0) { default: ; }
	S s;
	enum E { };
    }
};
>How-To-Repeat:
g++ -v bug.cpp
>Fix:

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


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

end of thread, other threads:[~2002-03-25 12:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-22  7:01 c++/6037: ICE in enum after switch() (gcc 3.0.4) jakub
  -- strict thread matches above, loose matches on Subject: below --
2002-03-25  4:57 jakub
2002-03-22  4:16 porten

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