[jira] Closed: (STDCXX-262) [gcc/Mac OS X 10.4.6 Tiger] Multiple vtable definitions for bad_exception and bad_alloc.

2007-03-19 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-262. --- Resolution: Fixed Fix Version/s: 4.2 I assume the patch fixes the problem. Let me close the

[jira] Commented: (STDCXX-262) [gcc/Mac OS X 10.4.6 Tiger] Multiple vtable definitions for bad_exception and bad_alloc.

2007-03-19 Thread Andrew Black (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482156 ] Andrew Black commented on STDCXX-262: - I'd need to do a little more digging, but I experienced what appears to

Re: openSUSE 10.2 -- gcc 4.1.1/2 -- 21.cwchar.cpp

2007-03-19 Thread Martin Sebor
Scott Zhong wrote: getting this error: I was able to reproduce the same error with gcc 3.4.6. The purpose of the test is to verify the conformance of the cwchar header WRT namespace cleanliness (i.e., that symbols like struct tm are defined in namespace std and not also in the global scope).

[jira] Created: (STDCXX-364) [Linux] gcc 21.cwchar.cpp tm error

2007-03-19 Thread Scott (Yu) Zhong (JIRA)
[Linux] gcc 21.cwchar.cpp tm error -- Key: STDCXX-364 URL: https://issues.apache.org/jira/browse/STDCXX-364 Project: C++ Standard Library Issue Type: Bug Components: 21. Strings Affects

[jira] Commented: (STDCXX-364) [Linux] gcc 21.cwchar.cpp tm error

2007-03-19 Thread Scott (Yu) Zhong (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482250 ] Scott (Yu) Zhong commented on STDCXX-364: - original mail:

[jira] Updated: (STDCXX-364) [Linux] gcc 21.cwchar.cpp tm error

2007-03-19 Thread Scott (Yu) Zhong (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott (Yu) Zhong updated STDCXX-364: Description: getting this error: /home/scottz/stdcxx/tests/strings/21.cwchar.cpp:568:

[jira] Created: (STDCXX-365) [Sun C++ 5.8] explicit instantiation requires well-formed default function arguments

2007-03-19 Thread Martin Sebor (JIRA)
[Sun C++ 5.8] explicit instantiation requires well-formed default function arguments Key: STDCXX-365 URL: https://issues.apache.org/jira/browse/STDCXX-365 Project:

[jira] Updated: (STDCXX-364) [gcc/Linux] std::tm not declared in cwchar

2007-03-19 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-364: Affects Version/s: (was: 4.2) 4.1.3 Summary: [gcc/Linux]