Re: Scoping bug in gcc 4.0.1

2006-01-12 Thread Andrew Pinski
On Jan 12, 2006, at 1:40 PM, Jon BLOOMFIELD wrote: Can somebody tell me whether there is a known bug in g++ 4.0.1 wrt scoping of members of a template base class. The following contrived test case generates a compiler error on 4.0.1, complaining that 'a' is not in the scope scope of D::f() .

Scoping bug in gcc 4.0.1

2006-01-12 Thread Jon BLOOMFIELD
Hi, Can somebody tell me whether there is a known bug in g++ 4.0.1 wrt scoping of members of a template base class. The following contrived test case generates a compiler error on 4.0.1, complaining that 'a' is not in the scope scope of D::f() template class T { protected: bool