[Bug c++/84436] Missed optimization with switch on enum constants returning the same value
marxin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Feb 19 12:24:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84436
Martin Liška <marxin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |ASSIGNED
Target Milestone|--- |9.0
Severity|normal |enhancement
--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Good, it still makes sense to do a optimization where a part of switch
statements are mapped by such identity function. Let me do it in GCC 9. I'm
planning to do more switch reorganization.
More information about the Gcc-bugs
mailing list