This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

c++/5402: ICE in pop_binding



>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:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]