From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78062 invoked by alias); 17 Jul 2015 18:38:08 -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 77804 invoked by uid 89); 17 Jul 2015 18:38:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 17 Jul 2015 18:38:06 +0000 Received: from svr-orw-fem-05.mgc.mentorg.com ([147.34.97.43]) by relay1.mentorg.com with esmtp id 1ZGAWJ-0006e2-5Z from Luis_Gustavo@mentor.com ; Fri, 17 Jul 2015 11:38:03 -0700 Received: from [172.30.9.81] (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.3.224.2; Fri, 17 Jul 2015 11:38:02 -0700 Message-ID: <55A94B87.5060901@codesourcery.com> Date: Fri, 17 Jul 2015 18:38:00 -0000 From: Luis Machado Reply-To: Luis Machado User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Joel Brobecker CC: , , Jan Kratochvil , Subject: Re: GDB 7.10 release 2015-07-17 status update? References: <20150717175328.GA15874@adacore.com> <55A94617.1040701@codesourcery.com> <20150717183246.GC7406@adacore.com> In-Reply-To: <20150717183246.GC7406@adacore.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00517.txt.bz2 On 07/17/2015 03:32 PM, Joel Brobecker wrote: >> Do we consider the fact that mingw32 (and maybe other non-GNU) builds have >> been broken since this libiberty sync a blocker/critical issue? >> >> https://sourceware.org/ml/gdb-patches/2015-06/msg00405.html >> >> Last we heard of it was here... >> >> https://sourceware.org/ml/gdb-patches/2015-06/msg00654.html >> >> But we received no word from Yunlian Jiang yet. >> >> Maybe it should be added to the wiki too? > > It's strange, it builds fine for me on Windows/MinGW - but perhaps > the problem doesn't happen if you use MinGW64, which is what I think > my compiler provides. > > But, back to your question, very definitely. If we can't even build > on Windows, we should at least decide what to do next. I haven't seen > the error; do you happen to have a link handy? Do you happen to have > a link? > Jan-Benedict posted one example here: https://sourceware.org/ml/gdb-patches/2015-06/msg00650.html I see something similar related to the implicit declaration of asprintf.