------- Comment #5 from gcc-bugzilla at contacts dot eelis dot net 2008-06-29 12:54 ------- Crap, pasted the wrong code. Here's the code that now triggers the warning:
template <typename> class S {}; extern template class S<int>; -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36655