Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 64515 invoked from network); 5 Jun 2007 19:36:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jun 2007 19:36:48 -0000 Received: (qmail 22795 invoked by uid 500); 5 Jun 2007 19:36:52 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 22733 invoked by uid 500); 5 Jun 2007 19:36:52 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 22568 invoked by uid 99); 5 Jun 2007 19:36:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2007 12:36:51 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2007 12:36:47 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D2A4C714199 for ; Tue, 5 Jun 2007 12:36:26 -0700 (PDT) Message-ID: <13619290.1181072186859.JavaMail.jira@brutus> Date: Tue, 5 Jun 2007 12:36:26 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Closed: (STDCXX-433) [HP aCC 6.13] error on strpbrk() in num_put.cpp In-Reply-To: <18845270.1180744635585.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-433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-433. ------------------------------- Resolution: Fixed Fixed by the referenced change and confirmed in a manual build. > [HP aCC 6.13] error on strpbrk() in num_put.cpp > ----------------------------------------------- > > Key: STDCXX-433 > URL: https://issues.apache.org/jira/browse/STDCXX-433 > Project: C++ Standard Library > Issue Type: Bug > Components: Build > Affects Versions: 4.2 > Environment: HP aCC 6.13/HP-UX/IPF > Reporter: Martin Sebor > Assignee: Martin Sebor > Priority: Blocker > Fix For: 4.2 > > > After resolving STDCXX-432 the library fails to build with HP aCC 6.13 due to the error below: > aCC -c -I/amd/devco/sebor/stdcxx/include/ansi -I/usr/include -D_RWSTDDEBUG -mt -I/amd/devco/sebor/stdcxx/include -I/build/sebor/stdcxx-acc-6.13-15S/include -Aa +nostl -g +d +DD64 +W392 +W655 +W684 +W818 +W819 +W849 /amd/devco/sebor/stdcxx/src/num_put.cpp > "/amd/devco/sebor/stdcxx/src/num_put.cpp", line 451: error #2020: identifier > "strpbrk" is undefined > end = strpbrk (*pbuf, "Ee"); > ^ > "/amd/devco/sebor/stdcxx/src/num_put.cpp", line 821: warning #2236-D: > controlling expression is constant > _RWSTD_ASSERT (!"logic error: bad type"); > ^ > 1 error detected in the compilation of "/amd/devco/sebor/stdcxx/src/num_put.cpp". > gmake: *** [num_put.o] Error 2 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.