Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 87840 invoked from network); 26 Mar 2008 18:41:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Mar 2008 18:41:38 -0000 Received: (qmail 18545 invoked by uid 500); 26 Mar 2008 18:41:37 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 18529 invoked by uid 500); 26 Mar 2008 18:41:37 -0000 Mailing-List: contact dev-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list dev@stdcxx.apache.org Received: (qmail 18520 invoked by uid 99); 26 Mar 2008 18:41:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Mar 2008 11:41:37 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.roguewave.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Mar 2008 18:40:57 +0000 Received: from nebula.bco.roguewave.com ([10.70.3.27]) by moroha.roguewave.com (8.13.6/8.13.6) with ESMTP id m2QIf6vW009320 for ; Wed, 26 Mar 2008 18:41:06 GMT Message-ID: <47EA98C2.1030808@roguewave.com> Date: Wed, 26 Mar 2008 12:41:06 -0600 From: Martin Sebor Organization: Rogue Wave Software, Inc. User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: dev@stdcxx.apache.org Subject: Re: svn commit: r640122 - /stdcxx/trunk/include/ansi/climits References: <20080322234601.F38731A9832@eris.apache.org> <16310492.post@talk.nabble.com> In-Reply-To: <16310492.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Travis Vitek wrote: > > sebor-2 wrote: >> Author: sebor >> Date: Sat Mar 22 16:45:59 2008 >> New Revision: 640122 >> >> URL: http://svn.apache.org/viewvc?rev=640122&view=rev >> Log: >> 2008-03-22 Martin Sebor >> >> STDCXX-768 >> * include/ansi/climits: Used gcc's #include_next to include >> the compiler's header and to prevent the gcc 4.3 >> error: no include path in which to search for limits.h. >> >> Modified: >> stdcxx/trunk/include/ansi/climits >> > > This change causes a new warning to appear when building tests/examples. We > may want to suppress it... I noticed it too. I have a fix ready to commit in one of my local copies somewhere. Let me find it and check it in. Thanks for the heads up! Martin > > $ gcc --version && gmake 22.locale.codecvt.out.o > gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-3) > Copyright (C) 2006 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > gcc -c -I/amd/devco/vitek/stdcxx/trunk/include/ansi -D_RWSTDDEBUG > -I/amd/devco/vitek/stdcxx/trunk/include -I/build/vitek/11s/include > -I/amd/devco/vitek/stdcxx/trunk/tests/include -pedantic -nostdinc++ -g -m32 > -W -Wall -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long > -Wcast-align > /amd/devco/vitek/stdcxx/trunk/tests/localization/22.locale.codecvt.out.cpp > In file included from > /nfs/devco/vitek/stdcxx/trunk/tests/localization/22.locale.codecvt.out.cpp:36: > /nfs/devco/vitek/stdcxx/trunk/include/ansi/climits:108:6: warning: > #include_next is a GCC extension > $ >