aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/gcc-plugins
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2023-02-02 18:43:28 +0000
committerKees Cook <keescook@chromium.org>2023-02-02 18:43:28 +0000
commit5c0f220e1b2d349b6241375e19887b5c865a84a1 (patch)
treee6f473fcc9d2b7929276408a39b46b3c7452a337 /scripts/gcc-plugins
parentgcc-plugins: drop -std=gnu++11 to fix GCC 13 build (diff)
parentbcache: Silence memcpy() run-time false positive warnings (diff)
downloadwireguard-linux-5c0f220e1b2d349b6241375e19887b5c865a84a1.tar.xz
wireguard-linux-5c0f220e1b2d349b6241375e19887b5c865a84a1.zip
Merge branch 'for-linus/hardening' into for-next/hardening
Diffstat (limited to 'scripts/gcc-plugins')
-rw-r--r--scripts/gcc-plugins/gcc-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gcc-plugins/gcc-common.h b/scripts/gcc-plugins/gcc-common.h
index 9a1895747b15..84c730da36dd 100644
--- a/scripts/gcc-plugins/gcc-common.h
+++ b/scripts/gcc-plugins/gcc-common.h
@@ -71,7 +71,9 @@
#include "varasm.h"
#include "stor-layout.h"
#include "internal-fn.h"
+#include "gimple.h"
#include "gimple-expr.h"
+#include "gimple-iterator.h"
#include "gimple-fold.h"
#include "context.h"
#include "tree-ssa-alias.h"
@@ -85,10 +87,8 @@
#include "tree-eh.h"
#include "stmt.h"
#include "gimplify.h"
-#include "gimple.h"
#include "tree-phinodes.h"
#include "tree-cfg.h"
-#include "gimple-iterator.h"
#include "gimple-ssa.h"
#include "ssa-iterators.h"