[Bug c++/96445] extern template results in missing constructor symbol

2022-02-18 Thread tyu at eridex dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96445 --- Comment #2 from tyu at eridex dot org --- The extern template and constant are what would appear in the header file for class C. The explicit instantiation would appear in the source file: // -- C.h template class C { private:

[Bug c++/96445] extern template results in missing constructor symbol

2020-08-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96445 Richard Biener changed: What|Removed |Added Keywords||link-failure CC|