From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121610 invoked by alias); 30 Nov 2015 15:03:39 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 121596 invoked by uid 89); 30 Nov 2015 15:03:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wm0-f41.google.com Received: from mail-wm0-f41.google.com (HELO mail-wm0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 30 Nov 2015 15:03:37 +0000 Received: by wmec201 with SMTP id c201so160034228wme.0 for ; Mon, 30 Nov 2015 07:03:34 -0800 (PST) X-Received: by 10.194.114.1 with SMTP id jc1mr72744732wjb.78.1448895814342; Mon, 30 Nov 2015 07:03:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.178.19 with HTTP; Mon, 30 Nov 2015 07:02:54 -0800 (PST) Reply-To: fracting@gmail.com In-Reply-To: <564B3E9D.2020409@redhat.com> References: <1446492970-21432-1-git-send-email-palves@redhat.com> <5637C1FA.2060708@redhat.com> <5637CB96.4010106@redhat.com> <5638988C.5070601@redhat.com> <5638E6C5.5040006@redhat.com> <563937B4.7080800@redhat.com> <564B3E9D.2020409@redhat.com> From: Qian Hong Date: Mon, 30 Nov 2015 15:03:00 -0000 Message-ID: Subject: Re: [PATCH 00/11] C++/MinGW patches To: Pedro Alves Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00606.txt.bz2 Hi Pedro, On Tue, Nov 17, 2015 at 10:50 PM, Pedro Alves wrote: > Since C mode still works fine after my patches, and I can't imagine that it's > this series that's creating the exceptions/C++ issue you're running into, I'm > going ahead with pushing the series in. We'll revisit later when we re-wire > THROW/CATCH to real C++ exceptions later on, if necessary. Sorry for long delay. I communicated with MSYS2 developers, alexey told me he has no time to look at it deeper soon, so I didn't go farther. Thank you for the work, I'll put this issue on my todo list and keep monitoring the list. If there is any interesting thing found I'll start a new thread. If there is new patch to test on Windows/Wine I'll also be glad to help. -- Regards, Qian Hong - http://www.winehq.org