[Bug c++/104834] visibility=hidden ignored for template instantiations for certain dependent types

2022-03-08 Thread alex.wabik at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104834 --- Comment #5 from Aleksander Wabik --- (In reply to Andrew Pinski from comment #2) > The enum issue is seperate from the vtable issue. Should I create separate bug for that then?

[Bug c++/104834] visibility=hidden ignored for template instantiations for certain dependent types

2022-03-08 Thread alex.wabik at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104834 --- Comment #1 from Aleksander Wabik --- Default visiblity symbols in the object file generated by the compilation: - in GCC: $ readelf -sW test.o | grep -v UND | grep -v SECTION | grep DEFAULT 1: 0 FILELOCAL DEF

[Bug c++/104834] New: visibility=hidden ignored for template instantiations for certain dependent types

2022-03-08 Thread alex.wabik at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104834 Bug ID: 104834 Summary: visibility=hidden ignored for template instantiations for certain dependent types Product: gcc Version: 11.2.1 Status: UNCONFIRMED Seve