From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126815 invoked by alias); 4 Sep 2016 18:50:15 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 126798 invoked by uid 89); 4 Sep 2016 18:50:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=SJLJ, zcx_by_default, ZCX_By_Default, HTo:D*fi X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 04 Sep 2016 18:50:12 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 549F48132E; Sun, 4 Sep 2016 20:50:10 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dqqiEq6ACYzQ; Sun, 4 Sep 2016 20:50:10 +0200 (CEST) Received: from chelles.act-europe.fr (chelles.act-europe.fr [IPv6:2a02:2ab8:224:1:d6be:d9ff:fef8:4565]) by smtp.eu.adacore.com (Postfix) with ESMTP id 258ED8132C; Sun, 4 Sep 2016 20:50:10 +0200 (CEST) Received: by chelles.act-europe.fr (Postfix, from userid 525) id 09CED1EA0068; Sun, 4 Sep 2016 20:50:10 +0200 (CEST) Date: Sun, 04 Sep 2016 18:52:00 -0000 From: Arnaud Charlet To: Andris Pavenis Cc: GCC Patches , DJ Delorie Subject: Re: [PATCH 3/4][Ada,DJGPP] Ada support for DJGPP Message-ID: <20160904185010.GA15404@adacore.com> References: <20160818094152.GB1929@adacore.com> <7cff9415-a2a8-c2df-7cdb-341df9e6aa69@iki.fi> <20160825094629.GB26847@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2016-09/txt/msg00169.txt.bz2 > On 08/25/2016 12:46 PM, Arnaud Charlet wrote: > >Which exception handling mechanism is used by the DJGPP port? > >Is it (GCC) SJLJ? > No. Updated to set ZCX_By_Default := true for DJGPP. Well I'm confused now. How could this work before? In other words, has the target runtime been tested/used by anyone? Arno