[Bug c++/37972] static variables of template class not emitted if no initializer given

2008-10-30 Thread rysto32 at gmail dot com
--- Comment #2 from rysto32 at gmail dot com 2008-10-31 01:50 --- Subject: Re: static variables of template class not emitted if no initializer given What if I explicitly instantiate Base? template class Base { public: static int foo; }; template class Base; template<&g

[Bug c++/37972] New: static variables of template class not emitted if no initializer given

2008-10-30 Thread rysto32 at gmail dot com
template class not emitted if no initializer given Product: gcc Version: 4.3.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedB