https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118252
ak at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ak at gcc dot gnu.org --- Comment #2 from ak at gcc dot gnu.org --- I suspect most switches are small, so even with a safety factor of 2 or 4 it would still be useful. Or alternatively could push the decision to the assembler with some .if, but that would definitely be more code.