]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
gcc-plugins: Remove TODO_verify_il for GCC >= 16
authorKees Cook <kees@kernel.org>
Sat, 20 Sep 2025 23:45:23 +0000 (16:45 -0700)
committerKees Cook <kees@kernel.org>
Tue, 23 Sep 2025 20:59:39 +0000 (13:59 -0700)
commita40282dd3c484e6c882e93f4680e0a3ef3814453
treef2ad467f6ecb8c3d01dd1f24a9412a4e8706c344
parent2bbdcf02c3f3df6c85abd0a2fee0d7f0f4113e96
gcc-plugins: Remove TODO_verify_il for GCC >= 16

GCC now runs TODO_verify_il automatically[1], so it is no longer exposed to
plugins. Only use the flag on GCC < 16.

Link: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=9739ae9384dd7cd3bb1c7683d6b80b7a9116eaf8
Suggested-by: Christopher Fore <csfore@posteo.net>
Link: https://lore.kernel.org/r/20250920234519.work.915-kees@kernel.org
Signed-off-by: Kees Cook <kees@kernel.org>
scripts/gcc-plugins/gcc-common.h