Bugfix request

2009-05-25 Thread Piotr Wyderski
Hello, I would like to kindly ask somebody to fix PR38064, as the bug is very annoying -- it makes the use of enum class virtually impossible. Most of my GCCBUG workaround comments refer to this one. For a quick reference: enum class E { elem }; int main() { E e = E::elem; if

Re: Bugfix request

2009-05-25 Thread Robert Dewar
Piotr Wyderski wrote: Hello, I would like to kindly ask somebody to fix PR38064, as the bug is very annoying -- it makes the use of enum class virtually impossible. Most of my GCCBUG workaround comments refer to this one. Since this is particularly important to you, why not take the