[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] 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=16721&action=view) Self-contained example reproducing the error. Self-contained example reproducing the error. Scr

[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
tion of a template hides symbols with the default visibility attribute Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org