Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 18465 invoked from network); 30 Jun 2006 00:36:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jun 2006 00:36:09 -0000 Received: (qmail 12284 invoked by uid 500); 30 Jun 2006 00:36:09 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 12267 invoked by uid 500); 30 Jun 2006 00:36:09 -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 12256 invoked by uid 99); 30 Jun 2006 00:36:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jun 2006 17:36:09 -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; Thu, 29 Jun 2006 17:36:08 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A7190410006 for ; Fri, 30 Jun 2006 00:34:30 +0000 (GMT) Message-ID: <17278161.1151627670680.JavaMail.jira@brutus> Date: Fri, 30 Jun 2006 00:34:30 +0000 (GMT+00:00) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Commented: (STDCXX-245) [HP aCC 3.27] bogus Error 663 in fstream.cc initializing const std::codecvt_base::result In-Reply-To: <32287890.1151627429845.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-245?page=comments#action_12418540 ] Martin Sebor commented on STDCXX-245: ------------------------------------- The same error pops up in _messages.cc: aCC -c -I/tmp_mnt/amd/devco/sebor/dev/stdlib/include/ansi -I/usr/include -D_RWSTDDEBUG -D_RWSTD_USE_CONFIG -I/tmp_mnt/amd/devco/sebor/dev/stdlib/include -I/build/sebor/aCC-3.27-11s/include -Aa +nostl -g +d +w +W392 +W655 +W684 +W818 +W819 +W849 +W229 +W361 /tmp_mnt/amd/devco/sebor/dev/stdlib/src/ti_messages.cpp Error 440: "/tmp_mnt/amd/devco/sebor/dev/stdlib/include/loc/_messages.cc", line 74 # Cannot initialize 'const enum result' with ''. __codecvt.in (__state, __src_first, __src_last, __src_next, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ gmake: *** [ti_messages.o] Error 2 > [HP aCC 3.27] bogus Error 663 in fstream.cc initializing const std::codecvt_base::result > ---------------------------------------------------------------------------------------- > > Key: STDCXX-245 > URL: http://issues.apache.org/jira/browse/STDCXX-245 > Project: C++ Standard Library > Type: Bug > Components: Build > Versions: 4.1.3 > Environment: HP aCC 3.27 > Reporter: Martin Sebor > Assignee: Martin Sebor > > aCC -c -I/tmp_mnt/amd/devco/sebor/dev/stdlib/include/ansi -I/usr/include -D_RWSTDDEBUG -D_RWSTD_USE_CONFIG -I/tmp_mnt/amd/devco/sebor/dev/stdlib/include -I/build/sebor/aCC-3.27-11s/include -Aa +nostl -g +d +w +W392 +W655 +W684 +W818 +W819 +W849 +W229 +W361 /tmp_mnt/amd/devco/sebor/dev/stdlib/src/ti_filebuf.cpp > Error 663: "/tmp_mnt/amd/devco/sebor/dev/stdlib/include/fstream.cc", line 364 > # Expected template arguments following template name 'basic_filebuf'. > if (__nchars != basic_filebuf::xsputn (__buf, __nchars)) > ^^^^^^^^^^^^^ > Error 663: "/tmp_mnt/amd/devco/sebor/dev/stdlib/include/fstream.cc", line 421 > # Expected template arguments following template name 'basic_filebuf'. > if (__nwrite != basic_filebuf::xsputn (__special, __nwrite)) > ^^^^^^^^^^^^^ > Error 440: "/tmp_mnt/amd/devco/sebor/dev/stdlib/include/fstream.cc", line 470 > # Cannot initialize 'const enum result' with ''. > __cvt.out (__state, __base, __end, __from_next, > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Error 440: "/tmp_mnt/amd/devco/sebor/dev/stdlib/include/fstream.cc", line 816 > # Cannot initialize 'const enum result' with ''. > __cvt.out (__state, __base, __from_end, __from_next, > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Error 440: "/tmp_mnt/amd/devco/sebor/dev/stdlib/include/fstream.cc", line 932 > # Cannot initialize 'const enum result' with ''. > __cvt.unshift (__state, __useq, __useq + sizeof __useq, __useq_e > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > gmake[2]: *** [ti_filebuf.o] Error 2 -- 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