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++/5401: ICE in pushclass



>Number:         5401
>Category:       c++
>Synopsis:       ICE in pushclass
>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:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     wtcorrea@cs.princeton.edu
>Release:        3.0.x, 3.1-CVS
>Organization:
>Environment:
i386-redhat-linux
>Description:
template <class T> struct A {
  struct B {
    B();
  };
};

template <class T> void A<T>::B::B()
{
}

ICEs because pushclass doesn't expect TYPENAME_TYPE.
>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]