X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:mime-version
	:content-transfer-encoding:content-type:references; q=dns; s=
	default; b=iV+mqkWQhIw764nd3MejfQNNR74zMzwEbqhCbtxDtOLrQ67uK0tC/
	HtN7sIu1Chw+7fXMeSAo0r+pTmCzTaT53lClLB75mg6ZBexXihCkn/E1bpecA0dU
	hCrD2vjNVTXtLpjs57HaBb7ts+3EXwUJY7B1RzC65ugDzZB1r1V+hc=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:mime-version
	:content-transfer-encoding:content-type:references; s=default;
	 bh=SCXjqNV1tUX835r6JsCZIvLCmHw=; b=FIMBrx+oL2ORPeynepWFb5qKMH87
	moyuEpr/3/SSCFDgmVHFW1L0afMovOL37biHj5wDqeOhgFrSayv1fuRCB2+W7lAx
	LF7zqUEWGXcXaEbt9WeLsP/1nqQGvy2O334V11ZfYHK8+6GYuWKtSRBHDJ0Mbv7F
	G7bVpLQwuVsmXLM=
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
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=0.7 required=5.0 tests=AWL,BAYES_50,KAM_NUMSUBJECT,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 spammy=samsung, russia, Russia, H*UA:15.0
X-HELO: mailout2.w1.samsung.com
DKIM-Filter: OpenDKIM Filter v2.11.0 mailout2.w1.samsung.com 20191217093504euoutp02626ee05fb84fc3c5e3a8c0d21ff62047~hHuLweuf92174121741euoutp02n
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com;	s=mail20170921; t=1576575304;	bh=z7GxJbDeHAL7E++pH5asV3HOhVvRfnFa1UaFdTxFvY0=;	h=From:To:Subject:Date:References:From;	b=WKqdOte8m1NYEYbaRwncRj1udUOCDnoebtimaVOwGQfLtFCCeS2SlHVECw/rs2tke	 /EnkH9sh7FtudQMaJulZ08/k5mP2J/1oR9phEcsZ+Ma5IXO6YHWVgdcaoz2WKDDsdK	 0M/G+udTTTJyV3YkjxdcsnFtt38+pufW2Ceay0OA=
From: "Pavel Fedin" <p.fedin@samsung.com>
To: <cygwin@cygwin.com>
Subject: [BUG] try..catch does not work if compiled with clang 8.0
Date: Tue, 17 Dec 2019 12:35:02 +0300
Message-ID: <000701d5b4bd$42c086f0$c84194d0$@samsung.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-CMS-MailID: 20191217093504eucas1p14cced4e1f9fcec50e44e9223d1761858
X-Msg-Generator: CA
Content-Type: text/plain; charset="utf-8"
X-RootMTR: 20191217093504eucas1p14cced4e1f9fcec50e44e9223d1761858
X-EPHeader: CA
CMS-TYPE: 201P
X-CMS-RootMailID: 20191217093504eucas1p14cced4e1f9fcec50e44e9223d1761858
References: <CGME20191217093504eucas1p14cced4e1f9fcec50e44e9223d1761858@eucas1p1.samsung.com>
X-IsSubscribed: yes

 Hello! I haven't upgraded for a while and today i finally decided to do so. After rebuilding by project with clang++ 8.0 i found
out that try...catch construct doesn't work. The program just gets silently aborted.
 Switched back to old clang++ 5.0 and it works.
 Also an old bug which i reported some (a while) time ago persists: uncaught throw does not print anything.
 OS is Windows 10 x86/64.

Kind regards,
Pavel Fedin
Senior Engineer
Samsung Electronics Research center Russia



--
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

