From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22186 invoked by alias); 13 Nov 2013 14:01:55 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 22174 invoked by uid 89); 13 Nov 2013 14:01:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.2 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mho-01-ewr.mailhop.org Received: from Unknown (HELO mho-01-ewr.mailhop.org) (204.13.248.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 13 Nov 2013 14:01:53 +0000 Received: from pool-98-110-183-69.bstnma.fios.verizon.net ([98.110.183.69] helo=cgf.cx) by mho-01-ewr.mailhop.org with esmtpa (Exim 4.72) (envelope-from ) id 1Vgb0r-000CH1-Qi for cygwin@cygwin.com; Wed, 13 Nov 2013 14:01:45 +0000 Received: from cgf.cx (ednor.casa.cgf.cx [192.168.187.5]) by cgf.cx (Postfix) with ESMTP id 0A3E160105 for ; Wed, 13 Nov 2013 09:01:45 -0500 (EST) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX181leM6Ni3k89ig3kQMAb6t Date: Wed, 13 Nov 2013 14:01:00 -0000 From: Christopher Faylor To: cygwin@cygwin.com Subject: Re: C++11 program link failure under GCC 4.8.2-1 Message-ID: <20131113140144.GA7865@ednor.casa.cgf.cx> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <52815780.2010006@gmail.com> <528159F8.2070307@gmail.com> <5281F8D4.4090809@gmail.com> <5282ABED.7040400@gmail.com> <5282BBCF.9040703@cs.utoronto.ca> <20131113091502.GP427@calimero.vinschen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131113091502.GP427@calimero.vinschen.de> User-Agent: Mutt/1.5.20 (2009-06-14) X-SW-Source: 2013-11/txt/msg00253.txt.bz2 On Wed, Nov 13, 2013 at 10:15:02AM +0100, Corinna Vinschen wrote: >On Nov 12 18:37, Ryan Johnson wrote: >> On 12/11/2013 5:30 PM, JonY wrote: >> >Right now, it is guarded by: >> >#if !defined(__STRICT_ANSI__) || (__STDC_VERSION__ >= 199901L) >> > >> >Which means non-strict mode and C99 mode, snprintf was not part of >> >C++03. I guess (__cplusplus >= 201103L) needs to be added to newlib. >> Yes, this has come up before [1]. Several *printf variants are >> affected IIRC. >> >> [1] http://cygwin.com/ml/cygwin/2012-04/msg00140.html > >I wouldn't mind to see patch submissions fixing stuff like that on the >newlib mailing list. Not at all. What an odd notion. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple