From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31070 invoked by alias); 14 May 2012 15:52:07 -0000 Received: (qmail 31057 invoked by uid 22791); 14 May 2012 15:52:03 -0000 X-SWARE-Spam-Status: No, hits=-3.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL,TW_SM X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 14 May 2012 15:51:49 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0M4000600RYLXF00@a-mtaout23.012.net.il> for gdb@sourceware.org; Mon, 14 May 2012 18:51:47 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M40006RLS2AOEA0@a-mtaout23.012.net.il>; Mon, 14 May 2012 18:51:47 +0300 (IDT) Date: Mon, 14 May 2012 15:52:00 -0000 From: Eli Zaretskii Subject: Re: [mingw]gdb CVS HEAD build error In-reply-to: <20120514045808.GT29339@adacore.com> To: Joel Brobecker Cc: asmwarrior@gmail.com, gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ipfywyga.fsf@gnu.org> References: <4FB05F17.7090701@gmail.com> <83k40fwk5k.fsf@gnu.org> <20120514045808.GT29339@adacore.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00055.txt.bz2 > Date: Sun, 13 May 2012 21:58:08 -0700 > From: Joel Brobecker > Cc: asmwarrior , gdb@sourceware.org > > Another possible option is to switch to gnulib's printf. I don't know > if gnulib's configury would detect faulty or incomplete versions of > printf like here This is not an incomplete implementation, it's just that we are using an unportable format specifier. We should be using what inttypes.h says (or use LONGEST and plongest).