https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49054
Johannes Pfau <johannespfau at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |johannespfau at gmail dot com
--- Comment #5 from Johannes Pfau <johannespfau at gmail dot com> ---
This would also be useful for the GDC frontend. There's a `final switch`
statement which forces the developer to handle all possible cases. Would be
nice if we could get rid of the `cmp` check for these `final switch`
statements.