X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.7 required=5.0	tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD,UNPARSEABLE_RELAY
X-Spam-Check-By: sourceware.org
Message-ID: <4F28D9ED.7040703@t-online.de>
Date: Wed, 01 Feb 2012 07:21:33 +0100
From: Christian Franke <Christian.Franke@t-online.de>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110928 Firefox/7.0.1 SeaMonkey/2.4.1
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: llvm/clang 3.0-1 silently ignores C++ exception handling
References: <4F2835F0.5050704@t-online.de> <1328068369.5448.6.camel@YAAKOV04>
In-Reply-To: <1328068369.5448.6.camel@YAAKOV04>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Yaakov (Cygwin/X) wrote:
> On Tue, 2012-01-31 at 19:41 +0100, Christian Franke wrote:
>> Clang++ 3.0-1 does not produce any exception handling code. Unwind
>> tables and code within catch(.) {...} blocks are not generated. Throw
>> always abort()s program.
>>
>> Is this as excepted?
> As best as I can tell, this is an upstream limitation.  Please feel free
> to take it upstream.
>
>

OK, I'll do.

Must be at least somewhat Cygwin specific. Clang on i686 Linux generates 
exception handling code properly (tested with clang 2.9 on Debian).

Christian


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

