[Bug c++/19134] Class visibility of templated classes can't be overridden for function specializations

2006-08-28 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2006-08-28 12:27 --- Subject: Bug 19134 Author: jakub Date: Mon Aug 28 12:26:41 2006 New Revision: 116505 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116505 Log: 2006-07-06 Jason Merrill [EMAIL PROTECTED] cp/ PR

[Bug c++/19134] Class visibility of templated classes can't be overridden for function specializations

2006-06-30 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-06-30 15:30 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/19134] Class visibility of templated classes can't be overridden for function specializations

2006-06-29 Thread jason at gcc dot gnu dot org
--- Comment #3 from jason at gcc dot gnu dot org 2006-06-30 01:16 --- Subject: Bug 19134 Author: jason Date: Fri Jun 30 01:15:56 2006 New Revision: 115086 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=115086 Log: PR c++/26905 PR c++/26612 PR c++/27000

[Bug c++/19134] Class visibility of templated classes can't be overridden for function specializations

2006-06-20 Thread jason at gcc dot gnu dot org
--- Comment #2 from jason at gcc dot gnu dot org 2006-06-20 18:27 --- This is clearly a bug, since the specialization is not inline and so should not be affected by -fvisibility-inlines-hidden. The broader issue here is the question of when #pragma visibility should override other

[Bug c++/19134] Class visibility of templated classes can't be overridden for function specializations

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 01:51 --- Confirmed, related to PR 17470. -- What|Removed |Added Status|UNCONFIRMED