From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11070 invoked by alias); 1 Oct 2003 04:24:56 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 11063 invoked by uid 48); 1 Oct 2003 04:24:55 -0000 Date: Wed, 01 Oct 2003 04:24:00 -0000 Message-ID: <20031001042455.11061.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20021216133601.8966.gnu@ingold.org> References: <20021216133601.8966.gnu@ingold.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/8966] [Alpha OSF5.1] Lost exceptions across library boundaries X-Bugzilla-Reason: CC X-SW-Source: 2003-10/txt/msg00018.txt.bz2 List-Id: 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.