This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/50745] New: proposal to make visibility of namespace gcc configurable
- From: "vincenzo.innocente at cern dot ch" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 16 Oct 2011 11:01:03 +0000
- Subject: [Bug libstdc++/50745] New: proposal to make visibility of namespace gcc configurable
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50745
Bug #: 50745
Summary: proposal to make visibility of namespace gcc
configurable
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: libstdc++
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: vincenzo.innocente@cern.ch
CC: bkoz@redhat.com, jason@gcc.gnu.org, paolo@gcc.gnu.org
following the discussion in PR50348 I would like to suggest to make
the visibility of namespace gcc configurable.
This will allow developers that build gcc themselves to experiment and
eventually choose the visibility that best fit their application.
something like
namespace std _GLIBCXX_STD_VISIBILITY {â}
with _GLIBCXX_STD_VISIBILITY properly set at configure time.
std::exception is already protected with #pragma by the way and should of
course stay like that.