[Bug libstdc++/21405] Template inlines have global visibility

2005-06-01 Thread mike at navi dot cx
--- Additional Comments From mike at navi dot cx 2005-06-01 11:56 --- So this feature is basically terminally broken and never worked in the first place? How about if GCC supported a new attribute or something that made it emit inlines for that class with a specific symbol version

[Bug libstdc++/21405] Template inlines have global visibility

2005-05-31 Thread mike at navi dot cx
--- Additional Comments From mike at navi dot cx 2005-05-31 13:23 --- Reopening the bug, as Benjamin wishes to track it. -- What|Removed |Added Status|RESOLVED

[Bug c++/21405] Template inlines have global visibility

2005-05-08 Thread mike at navi dot cx
--- Additional Comments From mike at navi dot cx 2005-05-08 12:38 --- http://gcc.gnu.org/onlinedocs/libstdc++/abi.html See the "testing multi-abi binaries" section at the bottom: A "C" application, dynamically linked to two shared libraries, liba, libb. The depen

[Bug c++/21405] Template inlines have global visibility

2005-05-05 Thread mike at navi dot cx
--- Additional Comments From mike at navi dot cx 2005-05-06 00:17 --- No, there is very definitely a bug here even if it's just in the documentation. The GCC docs say in very clear and unambiguous terms that this will work, by design. Not by accident, by design. That's the w

[Bug c++/21405] Template inlines have global visibility

2005-05-05 Thread mike at navi dot cx
--- Additional Comments From mike at navi dot cx 2005-05-05 22:39 --- I don't understand what you mean. There's definitely a bug here because a configuration that the docs say should work, causes mysterious crashes due to mis-binds of symbols. I suspect building with -fvisibili

[Bug c++/21405] New: Template inlines have global visibility

2005-05-05 Thread mike at navi dot cx
Summary: Template inlines have global visibility Product: gcc Version: 3.4.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mike at navi dot cx