Re: Bugfix request

2009-05-25 Thread Piotr Wyderski
Robert Dewar wrote: > Since this is particularly important to you It is not "particularly important" to me, it's just a bug with a known workaround (i.e. a cast to the enum's base type). But a very annoying one. > why not take the opportunity to dig in and see if you > can figure out the necessa

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 opportun

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