From issues-return-2140-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Thu Jun 05 21:47:05 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 42220 invoked from network); 5 Jun 2008 21:47:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jun 2008 21:47:05 -0000 Received: (qmail 69930 invoked by uid 500); 5 Jun 2008 21:47:08 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 69904 invoked by uid 500); 5 Jun 2008 21:47:08 -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 69886 invoked by uid 99); 5 Jun 2008 21:47:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2008 14:47:08 -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, 05 Jun 2008 21:46:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1373F234C131 for ; Thu, 5 Jun 2008 14:46:45 -0700 (PDT) Message-ID: <1103106400.1212702405078.JavaMail.jira@brutus> Date: Thu, 5 Jun 2008 14:46:45 -0700 (PDT) From: "Travis Vitek (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Updated: (STDCXX-367) [XLC++ 7.0, 8.0, 9.0] warning 1540-0183 on explicit instantiation 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-367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-367: -------------------------------- Remaining Estimate: 1h Original Estimate: 1h > [XLC++ 7.0, 8.0, 9.0] warning 1540-0183 on explicit instantiation > ----------------------------------------------------------------- > > Key: STDCXX-367 > URL: https://issues.apache.org/jira/browse/STDCXX-367 > Project: C++ Standard Library > Issue Type: Bug > Components: Build > Affects Versions: 4.1.3 > Environment: IBM XLC++ 7.0, 8.0, 9.0 > Reporter: Martin Sebor > Assignee: Travis Vitek > Priority: Minor > Fix For: 4.2.2 > > Original Estimate: 1h > Remaining Estimate: 1h > > Compiling stdcxx 4.1.3 with XLC++ 7.0 on AIX produces many warnings like the ones below: > xlCcore -c -I/amd/devco/sebor/stdcxx-4.1.3/include/ansi -D_RWSTDDEBUG -D_RWSTD_USE_CONFIG -I/build/sebor/stdcxx-4.1.3-xlc-7.0.0.9-11s/include -I/amd/devco/sebor/stdcxx-4.1.3/include -g -qtemplateregistry=repository.ti /amd/devco/sebor/stdcxx-4.1.3/src/ti_istream.cpp > "/amd/devco/sebor/stdcxx-4.1.3/include/istream", line 580.23: 1540-0183 (W) The explicit instantiation "basic_istream >" should either be explictly qualified or be declared in the namespace containing the template. > "/amd/devco/sebor/stdcxx-4.1.3/include/istream", line 580.23: 1540-0183 (W) The explicit instantiation "basic_istream >" should either be explictly qualified or be declared in the namespace containing the template. > "/amd/devco/sebor/stdcxx-4.1.3/include/istream", line 153.16: 1540-0700 (I) The previous message was produced while processing "__rw::__rw_extract,bool>(basic_istream > &, bool &)". > "/amd/devco/sebor/stdcxx-4.1.3/include/istream", line 152.20: 1540-0700 (I) The previous message was produced while processing "std::basic_istream >::operator>>(bool &)". > "/amd/devco/sebor/stdcxx-4.1.3/include/istream", line 82.7: 1540-0700 (I) The previous message was produced while processing "class std::basic_istream >". > ... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.