[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

[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