public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/21764] New: visibility attributes on namespace scope
@ 2005-05-26  7:32 bkoz at gcc dot gnu dot org
  2005-05-26 12:02 ` [Bug c++/21764] " giovannibajo at libero dot it
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2005-05-26  7:32 UTC (permalink / raw)
  To: gcc-bugs

As per the commentary in 

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19664.

What is desired is to add the visibility attributes to namespace scope, in
addition to class scope.

So, things like:

namespace std __attribute__ ((visibility ("default") ));
{
  class foo { ... };
}

when compiled with -fvisibility=hidden would hide all foo symbols, including
ctor, dtor, etc.

-- 
           Summary: visibility attributes on namespace scope
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bkoz at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21764


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2006-08-28 12:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-21764-365@http.gcc.gnu.org/bugzilla/>
2005-11-04 13:05 ` [Bug c++/21764] visibility attributes on namespace scope pinskia at gcc dot gnu dot org
2005-11-04 17:05 ` bkoz at gcc dot gnu dot org
2005-11-17 22:55 ` jason at gcc dot gnu dot org
2005-11-17 23:53 ` bkoz at gcc dot gnu dot org
2005-11-18  6:15 ` jason at redhat dot com
2005-11-18 19:39 ` geoffk at geoffk dot org
2005-12-02 22:16 ` jason at gcc dot gnu dot org
2005-12-13  6:46 ` jason at gcc dot gnu dot org
2006-03-21  3:19 ` jason at gcc dot gnu dot org
2006-03-21 16:32 ` pinskia at gcc dot gnu dot org
2006-08-28 12:22 ` jakub at gcc dot gnu dot org
2005-05-26  7:32 [Bug c++/21764] New: " bkoz at gcc dot gnu dot org
2005-05-26 12:02 ` [Bug c++/21764] " giovannibajo at libero dot it
2005-05-26 16:04 ` bkoz at gcc dot gnu dot org
2005-05-26 20:12 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).