public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/5402: ICE in pop_binding
@ 2002-01-16  5:56 jakub
  0 siblings, 0 replies; 4+ messages in thread
From: jakub @ 2002-01-16  5:56 UTC (permalink / raw)
  To: gcc-gnats


>Number:         5402
>Category:       c++
>Synopsis:       ICE in pop_binding
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Wed Jan 16 05:56:03 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     a.hendriks@b-lex.nl
>Release:        2.95.x, 3.0.x, 3.1 CVS
>Organization:
>Environment:
i386-redhat-linux
>Description:
struct A
{
  class B { };
};
struct C
{
  class D { };
  typedef D B;
};
struct E : A
{
  struct F : public C { };
  class B { };
};
>How-To-Repeat:

>Fix:

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


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

* Re: c++/5402: ICE in pop_binding
@ 2002-05-28  7:25 lerdsuwa
  0 siblings, 0 replies; 4+ messages in thread
From: lerdsuwa @ 2002-05-28  7:25 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, jakub, nobody, rodrigc, a.hendriks

Synopsis: ICE in pop_binding

State-Changed-From-To: open->analyzed
State-Changed-By: lerdsuwa
State-Changed-When: Tue May 28 07:23:20 2002
State-Changed-Why:
    Confirmed.

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


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

* Re: c++/5402: ICE in pop_binding
@ 2002-02-18 19:56 Craig Rodrigues
  0 siblings, 0 replies; 4+ messages in thread
From: Craig Rodrigues @ 2002-02-18 19:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Craig Rodrigues <rodrigc@mediaone.net>
To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, jakub@redhat.com,
   rodrigc@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/5402: ICE in pop_binding
Date: Mon, 18 Feb 2002 22:48:34 -0500

 The following testcase submitted in PR 5573
 is similar to this PR.
 
 struct A
 {
   class AN { };
 };
 struct B
 {
   typedef int AN;
 };
 struct C : A
 {
   struct CN : public B { };
   class AN { };
 };
 
 
 


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

* Re: c++/5402: ICE in pop_binding
@ 2002-02-18 18:56 Craig Rodrigues
  0 siblings, 0 replies; 4+ messages in thread
From: Craig Rodrigues @ 2002-02-18 18:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Craig Rodrigues <rodrigc@mediaone.net>
To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org,
   jakub@redhat.com
Cc:  
Subject: Re: c++/5402: ICE in pop_binding
Date: Mon, 18 Feb 2002 21:56:31 -0500

 This bug is similar to:
 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58061
 
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5402
 
 
 


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

end of thread, other threads:[~2002-05-28 14:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-16  5:56 c++/5402: ICE in pop_binding jakub
2002-02-18 18:56 Craig Rodrigues
2002-02-18 19:56 Craig Rodrigues
2002-05-28  7:25 lerdsuwa

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