[Bug c++/19664] New: -fvisibility-inlines-hidden fails with gcc's extern template extension on amd64

2005-01-27 Thread andreas dot pokorny at gmx dot de
-hidden fails with gcc's extern template extension on amd64 Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedB

[Bug target/19664] -fvisibility-inlines-hidden fails with gcc's extern template extension on amd64

2005-01-29 Thread andreas dot pokorny at gmx dot de
--- Additional Comments From andreas dot pokorny at gmx dot de 2005-01-29 15:08 --- If it is a programmers bug, why does it happen only with amd64, but not with ia32 or ia64? > Actually this is not a gcc or a linker bug but a programmers. > Basically -fvisibility=hidden -fvisi

[Bug target/19664] -fvisibility-inlines-hidden fails with gcc's extern template extension on amd64

2005-01-29 Thread andreas dot pokorny at gmx dot de
--- Additional Comments From andreas dot pokorny at gmx dot de 2005-01-29 15:26 --- I am also refereing to this example: http://gcc.gnu.org/ml/libstdc++/2005-01/msg00300.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19664

[Bug target/19664] libstdc++ headers should have pop/push of the visibility around the declarations

2005-01-29 Thread andreas dot pokorny at gmx dot de
--- Additional Comments From andreas dot pokorny at gmx dot de 2005-01-29 16:24 --- I am sorry, in my attempt to reduce the exmaple I introduced a bug in the testcase. -- What|Removed |Added