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]

egcs 2.90.23 template typedef bug report


// Bug report
//
// Redhat Linux 4
// Pentium Pro
// egcs-2.90.23 980102 (egcs-1.0.1 release)
// Message: Internal compiler error 90.

template <class T> struct Box {typedef T contents;};

template <class T> struct Box2 :
public Box <Box<T> > {contents::contents data;};


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