[Bug c++/61621] Normal enum switch slower than test case.

2014-06-27 Thread holger.seelig at yahoo dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61621 --- Comment #2 from Holger Seelig --- To my understanding and what I know is that a switch like the following: switch (i) { case 10: func_a(); break; case 11: func_b(); break; case 12: func_c(); break

[Bug c++/61621] Normal enum switch slower than test case.

2014-06-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61621 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|