[Bug c++/38175] Explicit instantiation of a template hides symbols with the default visibility attribute

2008-11-25 Thread j dot s dot wijnhout at lumc dot nl
--- Comment #3 from j dot s dot wijnhout at lumc dot nl 2008-11-25 11:00 --- The problem is of course during linking, which fails. But why should I expect the following?: * Using TemplatedClass works just fine stand-alone. * Adding DependentTemplatedClass to the equation hides

[Bug c++/38175] New: Explicit instantiation of a template hides symbols with the default visibility attribute

2008-11-19 Thread j dot s dot wijnhout at lumc dot nl
wijnhout at lumc dot nl GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38175

[Bug c++/38175] Explicit instantiation of a template hides symbols with the default visibility attribute

2008-11-19 Thread j dot s dot wijnhout at lumc dot nl
--- Comment #1 from j dot s dot wijnhout at lumc dot nl 2008-11-19 10:37 --- Created an attachment (id=16721) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16721action=view) Self-contained example reproducing the error. Self-contained example reproducing the error. Scripts