This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/8966] [Alpha OSF5.1] Lost exceptions across library boundaries
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Oct 2003 04:24:55 -0000
- Subject: [Bug c++/8966] [Alpha OSF5.1] Lost exceptions across library boundaries
- References: <20021216133601.8966.gnu@ingold.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8966
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-10-01 04:24 -------
The almost sounds like the typeinfo is not the same in both shared libraries when they are loaded
which is needed for exceptions to work.