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]

templates - internal compiler error


The attached file triggers an internal error with egcs 1.1.2

Micha



template <class T>
struct foo
{
    typename T::myt_t		p;
};


struct bar : public foo<bar>
{
    typedef int			my_t;
};

---
Sent through Global Message Exchange - http://www.gmx.net

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