X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,SPF_NEUTRAL X-Spam-Check-By: sourceware.org Message-ID: <4E5A36DC.4010401@cs.utoronto.ca> Date: Sun, 28 Aug 2011 08:38:52 -0400 From: Ryan Johnson User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: v*printf functions not available with g++ -std=c++0x References: <4E4BD899 DOT 4070409 AT cs DOT utoronto DOT ca> <20110818143329 DOT GQ27614 AT calimero DOT vinschen DOT de> In-Reply-To: <20110818143329.GQ27614@calimero.vinschen.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 18/08/2011 10:33 AM, Corinna Vinschen wrote: > If I try that with Yaakov's 4.5.3 cross compilers, then __STRICT_ANSI__ > is not defined with -std=c__0x, unless I also specify `-ansi' on the > command line. However, there's a weird warning: > > $ i686-pc-cygwin-g++ -std=c++0x -dM -E -< /dev/null | grep ANSI > cc1: warning: command line option "-std=c++0x" is valid for C++/ObjC++ but not for C > > Well, sure, that's why I called g++, not gcc... That's just because you read from /dev/null, so it couldn't infer which language the input file was. Try it with -x c++ ? Ryan -- 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