[Bug c++/27000] [4.2 Regression] Problems with latest visibility changes

2006-04-03 Thread geoffk at gcc dot gnu dot org
--- Comment #7 from geoffk at gcc dot gnu dot org 2006-04-03 23:54 --- See also bug 26612, which tells you how to really compute the required visibility of an instantiated template. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27000

[Bug c++/27000] [4.2 Regression] Problems with latest visibility changes

2006-04-03 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-04-03 16:16 --- In fact this is a latent bug shown by: /* { dg-do compile } */ /* { dg-require-visibility "" } */ /* { dg-final { scan-not-hidden "_ZN1SIiED1Ev" } } */ /* { dg-final { scan-not-hidden "_ZN1SIiEC1ERKi" } } */ templat

[Bug c++/27000] [4.2 Regression] Problems with latest visibility changes

2006-04-03 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-04-03 15:04 --- I bet you can reproduce this with using "#pragma GCC visibility", without namespaces. Related to PR 26984. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -