[Bug c++/24331] The symbol properties of generated C++ code depend on the position of template instantiations

2005-10-12 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-12 14:22 --- this is fixed in both the FSF 4.0.0 gcc and Apple's 4.0.0 gcc. It also was never a bug in the FSF's gcc. Next time when reporting a bug against Apple's gcc, please file the bug with Apple at

[Bug c++/24331] The symbol properties of generated C++ code depend on the position of template instantiations

2005-10-12 Thread bangerth at dealii dot org
--- Comment #2 from bangerth at dealii dot org 2005-10-12 14:57 --- To be clear about what the original bug was: despite the existence of the explicit instantiation (after an implicit instantiation of f<1>), the generated symbol had private linkage. Such symbols aren't exported from shar