https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96445
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |link-failure CC| |jason at gcc dot gnu.org --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- extern template class C<int>; template class C<int>; combo probably does not instanitate C<int>.