From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24144 invoked by alias); 1 Oct 2012 17:18:55 -0000 Received: (qmail 24129 invoked by uid 22791); 1 Oct 2012 17:18:53 -0000 X-SWARE-Spam-Status: No, hits=-8.7 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 01 Oct 2012 17:18:42 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q91HIdUi022573 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 1 Oct 2012 13:18:39 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q91HIb4c021437; Mon, 1 Oct 2012 13:18:38 -0400 Message-ID: <5069D06D.5070101@redhat.com> Date: Mon, 01 Oct 2012 17:18:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1 MIME-Version: 1.0 To: Jan Kratochvil CC: Joel Brobecker , gdb@sourceware.org, Siddhesh Poyarekar , Eli Zaretskii Subject: Re: Old OSes compatibility [Re: 64-bit (>4GB) inferior data types rules; TYPE_LENGTH: unsigned -> ULONGEST] References: <20120928173229.GA10406@host2.jankratochvil.net> <20120930165630.GA30746@adacore.com> <20121001164833.GA20592@host2.jankratochvil.net> In-Reply-To: <20121001164833.GA20592@host2.jankratochvil.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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-10/txt/msg00002.txt.bz2 On 10/01/2012 05:48 PM, Jan Kratochvil wrote: > Therefore I believe "%z" is OK, it would be nice to check it with several > major non-GNU systems whether gnulib vasprintf should be already included. Older mingw versions would be a host I recall whose libc didn't use to support %z until a couple years ago. I believe Eli (like many, due to some technical limitations of gcc 4.x) for example stills uses a mingw with a 3.x gcc. Not sure whether people are combining newer mingw runtime releases with the 3.x based compilers. -- Pedro Alves