--- Comment #2 from isenbaev at gmail dot com 2008-01-10 01:20 ---
Sorry there was a missprint in a test code, here is a correct example:
template
class A
{
public:
T x;
};
template
class B : public A
{
public:
void clear()
{
x = 0
inor
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: isenbaev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34727
ersion: 4.2.1
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: isenbaev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34726