public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/6287: throwing exceptions across DLL boundaries (cygwin/MinGW)
@ 2002-04-25 7:12 nathan
0 siblings, 0 replies; 3+ messages in thread
From: nathan @ 2002-04-25 7:12 UTC (permalink / raw)
To: david.abrahams, gcc-bugs, gcc-prs, nobody
Synopsis: throwing exceptions across DLL boundaries (cygwin/MinGW)
State-Changed-From-To: open->feedback
State-Changed-By: nathan
State-Changed-When: Thu Apr 25 07:12:07 2002
State-Changed-Why:
are you making sure the dll's are exporting symbols?
Please refer to http://gcc.gnu.org/faq.html#dso
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6287
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: c++/6287: throwing exceptions across DLL boundaries (cygwin/MinGW)
@ 2003-01-14 23:06 bangerth
0 siblings, 0 replies; 3+ messages in thread
From: bangerth @ 2003-01-14 23:06 UTC (permalink / raw)
To: david.abrahams, gcc-bugs, gcc-prs, nobody
Synopsis: throwing exceptions across DLL boundaries (cygwin/MinGW)
State-Changed-From-To: feedback->closed
State-Changed-By: bangerth
State-Changed-When: Tue Jan 14 15:06:55 2003
State-Changed-Why:
No feedback.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6287
^ permalink raw reply [flat|nested] 3+ messages in thread
* c++/6287: throwing exceptions across DLL boundaries (cygwin/MinGW)
@ 2002-04-13 8:46 david.abrahams
0 siblings, 0 replies; 3+ messages in thread
From: david.abrahams @ 2002-04-13 8:46 UTC (permalink / raw)
To: gcc-gnats
>Number: 6287
>Category: c++
>Synopsis: throwing exceptions across DLL boundaries (cygwin/MinGW)
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Apr 13 08:46:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: david.abrahams@rcn.com
>Release: 2.95.x -> 3.0.4
>Organization:
>Environment:
cygwin or mingw
>Description:
compile foo.cpp into an executable linked with bar.cpp as a shared lib, then run to produce a crash
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: text/plain; name="foo.cpp"
Content-Disposition: inline; filename="foo.cpp"
struct foo {};
extern
#ifdef _WIN32
__declspec(dllimport)
#endif
void bar();
int main()
{
try { bar(); } catch(foo const&) {}
}
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-01-14 23:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-25 7:12 c++/6287: throwing exceptions across DLL boundaries (cygwin/MinGW) nathan
-- strict thread matches above, loose matches on Subject: below --
2003-01-14 23:06 bangerth
2002-04-13 8:46 david.abrahams
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).