[Bug libstdc++/26217] The header is not setting default visibility

2006-02-10 Thread gcc at dave dot dribin dot org
--- Comment #2 from gcc at dave dot dribin dot org 2006-02-11 05:45 --- Created an attachment (id=10820) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10820&action=view) This is a patch against std_stdexcept.h. This patch sets visibility to default for all exceptions d

[Bug libstdc++/26217] The header is not setting default visibility

2006-02-10 Thread gcc at dave dot dribin dot org
--- Comment #1 from gcc at dave dot dribin dot org 2006-02-11 04:59 --- Created an attachment (id=10819) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10819&action=view) Program to demonstrate error. To trigger the error: % g++ -fvisibility=hidden -o catch main.cpp %

[Bug libstdc++/26217] New: The header is not setting default visibility

2006-02-10 Thread gcc at dave dot dribin dot org
uot; << std::endl; return 0; } --- snip --- -- Summary: The header is not setting default visibility Product: gcc Version: 4.0.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++