[Bug c++/105645] Template specializations are not hidden with fvisibility=hidden

2024-05-26 Thread tanksherman27 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105645 --- Comment #5 from Julian Waters --- Hopefully that was enough to draw more attention to this bug. Any ideas why this might be happening?

[Bug c++/105645] Template specializations are not hidden with fvisibility=hidden

2024-05-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105645 --- Comment #4 from Andrew Pinski --- *** Bug 115230 has been marked as a duplicate of this bug. ***

[Bug c++/105645] Template specializations are not hidden with fvisibility=hidden

2024-02-23 Thread tanksherman27 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105645 Julian Waters changed: What|Removed |Added CC||tanksherman27 at gmail dot com --- Comm

[Bug c++/105645] Template specializations are not hidden with fvisibility=hidden

2022-05-18 Thread kndevl at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105645 --- Comment #2 from Karthik Nishanth --- Additional details: When I add a template definition for `Test::encode()` before specialization, it hides the specialized symbol. The snippet below produces `10e9 t int Test::encode<(Test::En

[Bug c++/105645] Template specializations are not hidden with fvisibility=hidden

2022-05-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105645 --- Comment #1 from Andrew Pinski --- There might be a dup of this one already.