[patch] STDCXX-170

2007-07-17 Thread Farid Zaripov
Here is proposed patch to fix STDCXX-170 issue: ChangeLog: * string.cc (replace): Copy data to temporary string object if data is a part of the internal string buffer. Index: string.cc === --- string.cc (revision 556830)

[jira] Closed: (STDCXX-486) [Intel C++/Linux] warning #584: omission of exception specification is incompatible with previous function tzset

2007-07-17 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-486. --- Resolution: Fixed Fix Version/s: 4.2 After the change nightly builds are free of the warning.

[jira] Resolved: (STDCXX-485) SIGSEGV repeatedly constructing large number of locales

2007-07-17 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor resolved STDCXX-485. - Resolution: Fixed Resolved with the referenced change. The regression test needs to be updated

[jira] Closed: (STDCXX-485) SIGSEGV repeatedly constructing large number of locales

2007-07-17 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-485. --- Regression test enhanced with http://svn.apache.org/viewvc?view=revrev=557071. SIGSEGV repeatedly

[jira] Created: (STDCXX-487) [Intel C++/Linux] bogus/inconsistent warning #279 on !...

2007-07-17 Thread Martin Sebor (JIRA)
[Intel C++/Linux] bogus/inconsistent warning #279 on !... --- Key: STDCXX-487 URL: https://issues.apache.org/jira/browse/STDCXX-487 Project: C++ Standard Library Issue Type: Bug

[jira] Commented: (STDCXX-487) [Intel C++/Linux] bogus/inconsistent warning #279 on !...

2007-07-17 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513391 ] Martin Sebor commented on STDCXX-487: - Here's an enhanced test case showing that some warnings can be silenced

Re: [patch] STDCXX-170

2007-07-17 Thread Martin Sebor
Farid Zaripov wrote: Here is proposed patch to fix STDCXX-170 issue: ChangeLog: * string.cc (replace): Copy data to temporary string object if data is a part of the internal string buffer. Index: string.cc === ---

Re: MyStreambuf class is incomplete

2007-07-17 Thread Martin Sebor
Farid Zaripov wrote: The throw_when_ mebmer of the MyStreambuf class (rw_streambuf.h line 183) is not initialized at the moment in class ctor's (only zero'ed), but used in MyStreambuf::test() (lines 472, 483). I suppose that this class designed to initialize throw_when_ within test functions.

Re: Intel C++ build issues on Windows

2007-07-17 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 9:54 PM To: stdcxx-dev@incubator.apache.org Subject: Re: Intel C++ build issues on Windows I can make the function i.e. init_example() in which all needed hooks are