https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88702
David Malcolm <dmalcolm at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dmalcolm at gcc dot gnu.org
--- Comment #9 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
If using a switch is better than a series of tests against constants, would it
make sense for the compiler to spot this case, and automatically convert the
conditions to a switch?
