Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 60658 invoked from network); 13 Oct 2005 17:24:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Oct 2005 17:24:22 -0000 Received: (qmail 54055 invoked by uid 500); 13 Oct 2005 17:24:22 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 54037 invoked by uid 500); 13 Oct 2005 17:24:21 -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 54026 invoked by uid 99); 13 Oct 2005 17:24:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2005 10:24:21 -0700 Received-SPF: pass (asf.osuosl.org: local policy) Received: from [12.17.213.84] (HELO bco-exchange.bco.roguewave.com) (12.17.213.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2005 10:24:23 -0700 Received: by bco-exchange.bco.roguewave.com with Internet Mail Service (5.5.2657.72) id ; Thu, 13 Oct 2005 11:21:23 -0600 Message-ID: <4FA4B7B3231C5D459E7BAD020213A942030A3343@bco-exchange.bco.roguewave.com> From: Kostas Pagratis To: "Stdcxx-Dev@Incubator. Apache. Org (stdcxx-dev@incubator.apache.org)" Subject: Issue with include/string.cc Date: Thu, 13 Oct 2005 11:21:15 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C5D01A.84633B30" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C5D01A.84633B30 Content-Type: text/plain This issue is on an IRIX 6.5 using mipsPro 7.41 Does anyone have any idea why this is happening? There is a wchar_t w_abcdef = "abcdef" When replace() on line 336 in include/string.cc is invoked by an = operator (test/tools/tooltest/wstrtest.cpp line 256) str2 = w_abcdef the resulting string is: aaaaaa. Only the first char is copied over. Kostas Pagratis Consulting Engineer Rogue Wave Software a Quovadx(TM) Division (w) 303-545-3268 (c) 303-817-1605 ------_=_NextPart_001_01C5D01A.84633B30--