https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123212
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Filip Kastl <[email protected]>: https://gcc.gnu.org/g:edda700714843ebc7061743bbf383d05e11ecb4a commit r16-6648-gedda700714843ebc7061743bbf383d05e11ecb4a Author: Filip Kastl <[email protected]> Date: Fri Jan 9 15:16:50 2026 +0100 Enable -fbit-tests and -fjump-tables at -Og [PR123212] Since GCC 15, bit test and jump table lowering was disabled for both -O0 and -Og to save compile time. On -Og, compile time isn't *that* critical, so this patch enables bit tests and jump tables on -Og once again. PR c/123212 gcc/ChangeLog: * opts.cc: Enable -fbit-tests and -fjump-tables at -Og. Signed-off-by: Filip Kastl <[email protected]>
