c++ template bug

Thomas Kunert kunert@physik.tu-dresden.de
Wed Jul 29 03:29:00 GMT 1998


Alexandre Oliva wrote:
> 
> Mark Mitchell <mark@markmitchell.com> writes:
> 
> >>>>>> "root" == root  <root@ptpp09.phy.tu-dresden.de> writes:
> 
> root> template<class T> class A { public: void f(); };
> root> class B : public A<int> { public: void f(); };
> root> int main() { B b; B& b1 = b; b1.A<int>::f(); }
> 
> > I would have figured I had broken this with the changes I made last
> > night, were it not for the fact that this appears to happen on the 1.1
> > branch as well as the mainline.
> 
> What do you mean?  With the latest snapshot, on sparc-sun-solaris2.5,
> I only get:


I don't use snapshots but CVS. The date and the error message are given
in my original post (unfortunately from the wrong adress). I don't know
whether the bug occurs in any snapshot.

--
Thomas Kunert



More information about the Gcc-bugs mailing list