Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 78224 invoked from network); 8 May 2008 15:17:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 May 2008 15:17:20 -0000 Received: (qmail 65383 invoked by uid 500); 8 May 2008 15:17:21 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 65347 invoked by uid 500); 8 May 2008 15:17:21 -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 65293 invoked by uid 99); 8 May 2008 15:17:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 May 2008 08:17:21 -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, 08 May 2008 15:16:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 19BA0234C10A for ; Thu, 8 May 2008 08:16:56 -0700 (PDT) Message-ID: <571296472.1210259816104.JavaMail.jira@brutus> Date: Thu, 8 May 2008 08:16:56 -0700 (PDT) From: "Eric Lemings (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Resolved: (STDCXX-915) [gcc 4.3.0] unsat on rwtest_codecvt_result(int) In-Reply-To: <470599790.1210133759121.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-915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lemings resolved STDCXX-915. --------------------------------- Resolution: Fixed Martin can close this after he verifies the fix. > [gcc 4.3.0] unsat on rwtest_codecvt_result(int) > ----------------------------------------------- > > Key: STDCXX-915 > URL: https://issues.apache.org/jira/browse/STDCXX-915 > Project: C++ Standard Library > Issue Type: Bug > Components: Tests > Affects Versions: 4.2.x > Environment: gcc 4.3.0 > Reporter: Martin Sebor > Assignee: Eric Lemings > Fix For: 4.2.2 > > Original Estimate: 2h > Remaining Estimate: 2h > > The newly added test [{{22.locale.codecvt.cpp}}|http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/localization/22.locale.codecvt.cpp?view=markup&pathrev=653622] fails to link with gcc 4.3.0 with the following error: > {noformat} > gcc -c -I/home/sebor/stdcxx-4.2.x/include/ansi -D_RWSTDDEBUG -pthread -I/home/sebor/stdcxx-4.2.x/include -I/build/sebor/stdcxx-4.2.x-gcc-4.3.0-15D/include -I/home/sebor/stdcxx-4.2.x/tests/include -pedantic -nostdinc++ -g -W -Wall -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long -Wcast-align /home/sebor/stdcxx-4.2.x/tests/localization/22.locale.codecvt.cpp > /home/sebor/stdcxx-4.2.x/tests/localization/22.locale.codecvt.cpp: In function 'void test_inout(int, int, const char*, const char*, size_t, size_t, const internT*, size_t, size_t, std::codecvt_base::result) [with internT = wchar_t]': > /home/sebor/stdcxx-4.2.x/tests/localization/22.locale.codecvt.cpp:2333: instantiated from here > /home/sebor/stdcxx-4.2.x/tests/localization/22.locale.codecvt.cpp:1460: warning: suggest parentheses around && within || > /home/sebor/stdcxx-4.2.x/tests/localization/22.locale.codecvt.cpp:1557: warning: suggest parentheses around && within || > /home/sebor/stdcxx-4.2.x/tests/localization/22.locale.codecvt.cpp: At global scope: > /home/sebor/stdcxx-4.2.x/tests/localization/22.locale.codecvt.cpp:1349: warning: unused parameter 'line' > gcc 22.locale.codecvt.o -o 22.locale.codecvt -L/build/sebor/stdcxx-4.2.x-gcc-4.3.0-15D/rwtest -lrwtest15D -pthread -L/build/sebor/stdcxx-4.2.x-gcc-4.3.0-15D/lib -Wl,-R/build/sebor/stdcxx-4.2.x-gcc-4.3.0-15D/lib:/build/sebor/stdcxx-4.2.x-gcc-4.3.0-15D/rwtest -lstd15D -lsupc++ -lm > 22.locale.codecvt.o: In function `rwtest_codecvt_result': > /home/sebor/stdcxx-4.2.x/tests/localization/22.locale.codecvt.cpp:408: undefined reference to `rwtest_codecvt_result(int)' > collect2: ld returned 1 exit status > make[2]: *** [22.locale.codecvt] Error 1 > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.