From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 875 invoked by alias); 10 Oct 2011 01:34:28 -0000 Received: (qmail 439 invoked by uid 22791); 10 Oct 2011 01:34:27 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from beast.archeia.com (HELO beast.archeia.com) (74.207.226.235) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 10 Oct 2011 01:34:14 +0000 Received: from [192.168.0.2] (5ac2a2db.bb.sky.com [90.194.162.219]) (Authenticated sender: laguest) by beast.archeia.com (Postfix) with ESMTPSA id 39072803F for ; Mon, 10 Oct 2011 01:34:13 +0000 (UTC) Subject: Re: ARM EABI ZCX Ada (4.6.1) almost working From: "Luke A. Guest" To: GCC ML In-Reply-To: <1318189083.26212.64.camel@rogue> References: <1318159997.2808.28.camel@rogue> <1318189083.26212.64.camel@rogue> Content-Type: text/plain; charset="UTF-8" Date: Mon, 10 Oct 2011 08:45:00 -0000 Message-ID: <1318210137.26212.66.camel@rogue> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2011-10/txt/msg00158.txt.bz2 On Sun, 2011-10-09 at 20:38 +0100, Luke A. Guest wrote: > Anyway, I changed the code to throw an exception in a nested subprogram, > this was also caught by the outer subprogram. I then added a raise; > statement as a handler to see if it would reraise and then exit the > program, sadly, I get an infinite loop in the search phase (export > EH_DEBUG=1 shows this). On further thinking about this, I have a feeling this may have something to do with the Private1 field of the unwind_exception, but I'm not too sure how yet. Luke.