Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 51602 invoked from network); 10 Jul 2008 23:21:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jul 2008 23:21:34 -0000 Received: (qmail 77102 invoked by uid 500); 10 Jul 2008 23:21:34 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 77083 invoked by uid 500); 10 Jul 2008 23:21:34 -0000 Mailing-List: contact issues-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 issues@stdcxx.apache.org Received: (qmail 77072 invoked by uid 99); 10 Jul 2008 23:21:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2008 16:21:34 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2008 23:20:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 94D86234C162 for ; Thu, 10 Jul 2008 16:20:31 -0700 (PDT) Message-ID: <877002018.1215732031598.JavaMail.jira@brutus> Date: Thu, 10 Jul 2008 16:20:31 -0700 (PDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Updated: (STDCXX-990) [gcc 4.3 -std=c++0x] error on va_copy in test driver In-Reply-To: <1086730986.1215730111604.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-990: -------------------------------- Affects Version/s: (was: 4.3.0) 4.3.x Fix Version/s: (was: 4.3.0) 4.3.x Since 4.3.0 hasn't been released yet changed Affects/Fix Versions from [4.3.0|https://issues.apache.org/jira/browse/STDCXX/fixforversion/12312692] to [4.3.x|https://issues.apache.org/jira/browse/STDCXX/fixforversion/12313304]. > [gcc 4.3 -std=c++0x] error on va_copy in test driver > ---------------------------------------------------- > > Key: STDCXX-990 > URL: https://issues.apache.org/jira/browse/STDCXX-990 > Project: C++ Standard Library > Issue Type: Bug > Components: Test Driver > Affects Versions: 4.3.x > Environment: gcc 4.3.0 with -std=c++0x > Reporter: Martin Sebor > Assignee: Martin Sebor > Priority: Blocker > Fix For: 4.3.x > > Original Estimate: 1h > Time Spent: 1h > Remaining Estimate: 0h > > Test test driver file [char.cpp|http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/tests/src/char.cpp?revision=664271&view=markup] fails to compile with gcc 4.3 with the [-std=c++0x|http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gcc/C-Dialect-Options.html#index-std-99] option: > {noformat} > $ make -C../rwtest CXXOPTS="-Wno-parentheses" > make: Entering directory `/build/sebor/stdcxx-4.3.x-gcc-4.3.0-15D/rwtest' > gcc -c -I/home/sebor/stdcxx-4.3.x/include/ansi -D_RWSTDDEBUG -pthread -I/home/sebor/stdcxx-4.3.x/include -I/build/sebor/stdcxx-4.3.x-gcc-4.3.0-15D/include -I/home/sebor/stdcxx-4.3.x/tests/include -pedantic -nostdinc++ -g -std=c++0x -W -Wall -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align -Wno-parentheses /home/sebor/stdcxx-4.3.x/tests/src/char.cpp > /home/sebor/stdcxx-4.3.x/tests/src/char.cpp: In static member function 'static size_t UserTraits::length(const UserChar*)': > /home/sebor/stdcxx-4.3.x/tests/src/char.cpp:369: warning: suggest a space before ';' or explicit braces around empty body in 'for' statement > /home/sebor/stdcxx-4.3.x/tests/src/char.cpp: In static member function 'static UserChar* UserTraits::assign(UserChar*, size_t, UserChar)': > /home/sebor/stdcxx-4.3.x/tests/src/char.cpp:436: warning: suggest a space before ';' or explicit braces around empty body in 'for' statement > /home/sebor/stdcxx-4.3.x/tests/src/char.cpp: In function 'char* rw_narrow(char*, const wchar_t*, size_t)': > /home/sebor/stdcxx-4.3.x/tests/src/char.cpp:900: warning: suggest a space before ';' or explicit braces around empty body in 'for' statement > /home/sebor/stdcxx-4.3.x/tests/src/char.cpp: In function 'size_t rw_match(const char*, const wchar_t*, size_t)': > /home/sebor/stdcxx-4.3.x/tests/src/char.cpp:938: warning: suggest a space before ';' or explicit braces around empty body in 'for' statement > /home/sebor/stdcxx-4.3.x/tests/src/char.cpp: In function 'char* rw_narrow(char*, const UserChar*, size_t)': > /home/sebor/stdcxx-4.3.x/tests/src/char.cpp:1049: warning: suggest a space before ';' or explicit braces around empty body in 'for' statement > /home/sebor/stdcxx-4.3.x/tests/src/char.cpp: In function 'size_t rw_match(const char*, const UserChar*, size_t)': > /home/sebor/stdcxx-4.3.x/tests/src/char.cpp:1087: warning: suggest a space before ';' or explicit braces around empty body in 'for' statement > /home/sebor/stdcxx-4.3.x/tests/src/char.cpp: In function 'int _rw_fmtstringv(char**, size_t*, const char*, __va_list_tag*)': > /home/sebor/stdcxx-4.3.x/tests/src/char.cpp:1197: error: 'va_copy' was not declared in this scope > /home/sebor/stdcxx-4.3.x/tests/src/char.cpp:1224: error: 'va_copy' was not declared in this scope > /home/sebor/stdcxx-4.3.x/tests/src/char.cpp:1245: error: 'va_copy' was not declared in this scope > /home/sebor/stdcxx-4.3.x/tests/src/char.cpp:1251: error: 'va_copy' was not declared in this scope > make: *** [char.o] Error 1 > make: Leaving directory `/build/sebor/stdcxx-4.3.x-gcc-4.3.0-15D/rwtest' > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.