Re: svn commit: r518316 - /incubator/stdcxx/trunk/GNUmakefile

2007-03-15 Thread Andrew Black
Greetings Martin. I believe this change is causing compile failures on the legacy tests, as there were still a few stray references to _RWSTD_USE_CONFIG within the legacy source files. A grep of the source tree indicates that the following legacy files contain these references:

Re: svn commit: r518316 - /incubator/stdcxx/trunk/GNUmakefile

2007-03-15 Thread Martin Sebor
Andrew Black wrote: Greetings Martin. I believe this change is causing compile failures on the legacy tests, as there were still a few stray references to _RWSTD_USE_CONFIG within the legacy source files. A grep of the source tree indicates that the following legacy files contain these

[jira] Commented: (STDCXX-359) [gcc/Mac OS X 10.4.8 Tiger] Can't convert FmtSpec::mod to bool.

2007-03-15 Thread Eric Lemings (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481223 ] Eric Lemings commented on STDCXX-359: - It's the gcc-4.2 20070307 snapshot. It's quite possible GCC developers

regression test suite naming convention (was: Re: [jira] Closed: (STDCXX-16) __rb_tree::operator=() does not store rhs' comparison object in lhs)

2007-03-15 Thread Martin Sebor
Mark Brown wrote: [...] I propose tests/regress/stdcxx-NNN as the directory and file naming convention for these new tests. Comments? I like how the existing tests are organized by sections in the standard. When working on for example vector, it's easy to run just the container tests

[jira] Commented: (STDCXX-359) [gcc/Mac OS X 10.4.8 Tiger] Can't convert FmtSpec::mod to bool.

2007-03-15 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481306 ] Martin Sebor commented on STDCXX-359: - Sounds like the snapshot should give the same error for the well-formed

[jira] Commented: (STDCXX-359) [gcc/Mac OS X 10.4.8 Tiger] Can't convert FmtSpec::mod to bool.

2007-03-15 Thread Eric Lemings (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481313 ] Eric Lemings commented on STDCXX-359: - Well, to be more accurate: enum E { e }; E v:5; int main () { if (!v)

[jira] Commented: (STDCXX-359) [gcc/Mac OS X 10.4.8 Tiger] Can't convert FmtSpec::mod to bool.

2007-03-15 Thread Eric Lemings (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481315 ] Eric Lemings commented on STDCXX-359: - Correction: enum E { e }; struct S { E v:5; }; S s; int main() { if

[jira] Commented: (STDCXX-359) [gcc/Mac OS X 10.4.8 Tiger] Can't convert FmtSpec::mod to bool.

2007-03-15 Thread Eric Lemings (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481316 ] Eric Lemings commented on STDCXX-359: - Confirmed. GCC 4.1.1 does not have a problem with the bitfield. GCC 4.2

[jira] Closed: (STDCXX-359) [gcc/Mac OS X 10.4.8 Tiger] Can't convert FmtSpec::mod to bool.

2007-03-15 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-359. --- Resolution: Fixed Assuming the committed patch successfully works around the gcc bug. If not,

[jira] Closed: (STDCXX-97) [IBM XLC/C++ 7.0] syntax errors while creating BUILDDIR

2007-03-15 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-97. -- Resolution: Fixed Resolved by the referenced changes. Tested with XL C/C++ 8.0.0.12, 7.0.0.9, 7.0.0.7,

[jira] Created: (STDCXX-360) [XLC++ 7.0] ICE compiling 2.smartptr.shared.cpp

2007-03-15 Thread Martin Sebor (JIRA)
[XLC++ 7.0] ICE compiling 2.smartptr.shared.cpp --- Key: STDCXX-360 URL: https://issues.apache.org/jira/browse/STDCXX-360 Project: C++ Standard Library Issue Type: Bug Components: Tests

[jira] Updated: (STDCXX-360) [XLC++ 7.0] ICE compiling 2.smartptr.shared.cpp

2007-03-15 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-360: Attachment: t.cpp.gz The same translation unit but only gzipped. [XLC++ 7.0] ICE compiling

[jira] Updated: (STDCXX-300) [XLC++ 8.0] error 1540-0062 compiling ti_money_get.cpp

2007-03-15 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-300: Priority: Blocker (was: Major) This problem blocks the next release of stdcxx. [XLC++ 8.0]

[jira] Commented: (STDCXX-300) [XLC++ 8.0] error 1540-0062 compiling ti_money_get.cpp

2007-03-15 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481384 ] Martin Sebor commented on STDCXX-300: - Defining the _RWSTD_NO_EXPLICIT_INSTANTIATION_BEFORE_DEFINITION macro

[jira] Commented: (STDCXX-300) [XLC++ 8.0] error 1540-0062 compiling ti_money_get.cpp

2007-03-15 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481418 ] Martin Sebor commented on STDCXX-300: - Since _RWSTD_NO_EXPLICIT_INSTANTIATION_BEFORE_DEFINITION alone may not be