Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 8861 invoked from network); 5 Jun 2006 19:49:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jun 2006 19:49:41 -0000 Received: (qmail 5606 invoked by uid 500); 5 Jun 2006 19:49:34 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 5458 invoked by uid 500); 5 Jun 2006 19:49:33 -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 5303 invoked by uid 99); 5 Jun 2006 19:49:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2006 12:49:33 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2006 12:49:32 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CBB0F7142D5 for ; Mon, 5 Jun 2006 19:48:32 +0000 (GMT) Message-ID: <15284078.1149536912831.JavaMail.jira@brutus> Date: Mon, 5 Jun 2006 19:48:32 +0000 (GMT+00:00) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Updated: (STDCXX-195) [Linux] error on std::putc() In-Reply-To: <4005361.1149520949796.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/STDCXX-195?page=all ] Martin Sebor updated STDCXX-195: -------------------------------- Summary: [Linux] error on std::putc() (was: IBM VAC++ 8.0 linux uses _IO_putc instead of putc) Version: 4.1.3 > [Linux] error on std::putc() > ---------------------------- > > Key: STDCXX-195 > URL: http://issues.apache.org/jira/browse/STDCXX-195 > Project: C++ Standard Library > Type: Bug > Components: 27. Input/Output > Versions: 4.1.3 > Environment: SuSE SLES 9sp2 (ppc64), IBM XL C/C++ Advanced Edition V8.0 for Linux > Version: 08.00.0000.0000 > Reporter: Scott (Yu) Zhong > Assignee: Martin Sebor > > IBM VAC++ 8.0 linux uses _IO_putc instead of putc > file affected: > include/ansi/cstdio > ------- testcase.cpp -------- > #include > int main() > { > std::putc ("test", stdout); > std::fflush (stdout); > } > ---------- compile line ---------------- > xlc -F /package/1/ppc64/compilers/ibm/va80/vac.cfg -q64 -qarch=ppc64 -D_RWSTD_NO_IMPLICIT_INCLUSION -qnolib -Wl,-dynamic-linker -Wl,/lib64/ld64.so.1 -D_RWCONFIG=stdlib_rs -I../../include -I./../../../../include -I./../../../../include/ansi -I./../../../.. -I.. -I. -g -c ../testcase.cpp > ---------- output ---------------------- > "../testcase.cpp", line 5.9: 1540-0130 (S) "std::_IO_putc" is not declared. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira