]> git.ipfire.org Git - thirdparty/gcc.git/commit
Disable -fbit-tests and -fjump-tables at -O0
authorAndi Kleen <ak@gcc.gnu.org>
Tue, 15 Oct 2024 20:15:09 +0000 (13:15 -0700)
committerAndi Kleen <ak@gcc.gnu.org>
Tue, 29 Oct 2024 22:08:00 +0000 (15:08 -0700)
commit06bc3a734e88908cad1d3bf547a722b3f9597a0d
tree2f76ede3f46ebf2a9d30534416cb964a0d7c8f40
parent7211155732244ac527c075d033164ec253ee0971
Disable -fbit-tests and -fjump-tables at -O0

gcc/ChangeLog:

* common.opt: Enable -fbit-tests and -fjump-tables only at -O1.
* opts.cc (default_options_table): Dito.
gcc/common.opt
gcc/opts.cc