[jira] Resolved: (STDCXX-41) make tst shows a number of errors

2005-10-13 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-41?page=all ] Martin Sebor resolved STDCXX-41: Fix Version: 4.1.3 Resolution: Fixed The target tst was replaced with tests by the change. With that, make tests works: $ make tests make[1]: Enterin

[jira] Updated: (STDCXX-41) make tst shows a number of errors

2005-10-13 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-41?page=all ] Martin Sebor updated STDCXX-41: --- Summary: make tst shows a number of errors (was: [Cygwin] gmake tst shows a number of errors) The is a general problem rather than one specific to Cygwin. > mak

[jira] Resolved: (STDCXX-48) [IRIX] std::wmemcpy() copies only the first character

2005-10-13 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-48?page=all ] Martin Sebor resolved STDCXX-48: Resolution: Fixed The test case runs successfully to completion after the change. > [IRIX] std::wmemcpy() copies only the first character > ---

[jira] Updated: (STDCXX-48) [IRIX] std::wmemcpy() copies only the first character

2005-10-13 Thread Martin Sebor (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-48?page=all ] Martin Sebor updated STDCXX-48: --- Description: The program below aborts at runtime when compiled with SGI MIPSpro and run on SGI IRIX 6.5. Note that IRIX doesn't define wmemcpy (the macros _RWSTD

[jira] Created: (STDCXX-50) [gcc/IRIX] ld warning 84: library is not used for resolving any symbol

2005-10-13 Thread Martin Sebor (JIRA)
[gcc/IRIX] ld warning 84: library is not used for resolving any symbol -- Key: STDCXX-50 URL: http://issues.apache.org/jira/browse/STDCXX-50 Project: STDCXX Type: Bug Components: Build Versio

[jira] Created: (STDCXX-49) [gcc 3.4.3/IRIX] bad command line options: -pthread and -fsquangle

2005-10-13 Thread Martin Sebor (JIRA)
[gcc 3.4.3/IRIX] bad command line options: -pthread and -fsquangle -- Key: STDCXX-49 URL: http://issues.apache.org/jira/browse/STDCXX-49 Project: STDCXX Type: Bug Components: Build Versions: 4.1.

RE: [jira] Created: (STDCXX-48) [IRIX] std::wmemcpy() copies only the first character

2005-10-13 Thread Kostas Pagratis
The wmemcpy function was wrong so I changed it in cwchar. It wasn't incrementing the src pointer so only the first character of src was being copied. Kostas Pagratis Consulting Engineer Rogue Wave Software a Quovadx(TM) Division (w) 303-545-3268 (c) 303-817-1605 -Original Message- From:

Re: Issue with include/string.cc

2005-10-13 Thread Martin Sebor
Kostas Pagratis wrote: 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) str

[jira] Created: (STDCXX-48) [IRIX] std::wmemcpy() copies only the first character

2005-10-13 Thread Martin Sebor (JIRA)
[IRIX] std::wmemcpy() copies only the first character - Key: STDCXX-48 URL: http://issues.apache.org/jira/browse/STDCXX-48 Project: STDCXX Type: Bug Components: 21. Strings Versions: 4.1.2 Environment:

[jira] Created: (STDCXX-47) [VAC++ 7.0.0.3] conflicting declaration of std::abs in and

2005-10-13 Thread Martin Sebor (JIRA)
[VAC++ 7.0.0.3] conflicting declaration of std::abs in and Key: STDCXX-47 URL: http://issues.apache.org/jira/browse/STDCXX-47 Project: STDCXX Type: Bug Components: 26. Numerics Ver

Re: Issue with include/string.cc

2005-10-13 Thread Martin Sebor
Kostas Pagratis wrote: This issue is on an IRIX 6.5 using mipsPro 7.41 Does anyone have any idea why this is happening? Not from this little info. We'd need to see a test case. Martin

[jira] Created: (STDCXX-46) [VAC++ 7.0.0.3] duplicate definition of std::div in

2005-10-13 Thread Martin Sebor (JIRA)
[VAC++ 7.0.0.3] duplicate definition of std::div in - Key: STDCXX-46 URL: http://issues.apache.org/jira/browse/STDCXX-46 Project: STDCXX Type: Bug Components: 26. Numerics Versions: 4.1.2 Envir

Issue with include/string.cc

2005-10-13 Thread Kostas Pagratis
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 result