From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30652 invoked by alias); 3 Nov 2015 18:59:13 -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 30640 invoked by uid 89); 3 Nov 2015 18:59:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,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; Tue, 03 Nov 2015 18:59:11 +0000 Received: by wmec75 with SMTP id c75so94715774wme.1 for ; Tue, 03 Nov 2015 10:59:08 -0800 (PST) X-Received: by 10.28.217.130 with SMTP id q124mr19980847wmg.92.1446577148381; Tue, 03 Nov 2015 10:59:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.227.130 with HTTP; Tue, 3 Nov 2015 10:58:28 -0800 (PST) Reply-To: fracting@gmail.com In-Reply-To: <5638E6C5.5040006@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> From: Qian Hong Date: Tue, 03 Nov 2015 18:59: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/msg00126.txt.bz2 Thanks for the work! On Wed, Nov 4, 2015 at 12:54 AM, Pedro Alves wrote: > on the testing branch as well. I wonder if it makes a difference for you. Update 1: yes, the printf patch fix the build for me. Update 2: since I was unable to build un-patched gdb, I didn't tested un-patched gdb before. Now I found un-patched gdb works out of box, no matter whether --enable-build-with-cxx is set, no matter whether the setjmp patch is applied. Update 3: However, when testing gdb with third party patches from MSYS2 project, the gcc build is fine, but the g++ build is broken, no matter whether the setjmp patch is applied. I'll continue work with MSYS2 maintainer to investigate further before bother you too much, but in case you are interesting please also feel free to subscribe https://github.com/Alexpux/MINGW-packages/issues/862 Once we fix MSYS2 mingw-w64 gdb package, I'll report back again, and let's see if there is any patch worth to upstream here then. Thank you and have a good day! -- Regards, Qian Hong - http://www.winehq.org