From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20882 invoked by alias); 9 Sep 2004 17:09:48 -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 20868 invoked by uid 48); 9 Sep 2004 17:09:47 -0000 Date: Thu, 09 Sep 2004 17:09:00 -0000 Message-ID: <20040909170947.20864.qmail@sourceware.org> From: "dje at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040902032140.17277.masahiro@kasahara.ws> References: <20040902032140.17277.masahiro@kasahara.ws> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/17277] [AIX] could not catch an exception when specified -maix64 X-Bugzilla-Reason: CC X-SW-Source: 2004-09/txt/msg00835.txt.bz2 List-Id: ------- Additional Comments From dje at gcc dot gnu dot org 2004-09-09 17:09 ------- The correct TOC pointer is not being restored in the exception handler catch block, so the call to __cxa_catch_begin in the shared library through glink code is loading the function address from the wrong TOC. The code works correctly in 32-bit mode and the algorithm is the same, so the failure is very suspicious. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Priority|P2 |P1 Last reconfirmed|0000-00-00 00:00:00 |2004-09-09 17:09:46 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17277