1 From 28102796795e8509cb798d59d1339a3d1c392eda Mon Sep 17 00:00:00 2001
2 From: Ariadne Conill <ariadne@dereferenced.org>
3 Date: Fri, 21 Aug 2020 06:48:24 +0000
4 Subject: [PATCH] Enable -Wtrampolines by default.
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 diff --git a/gcc/common.opt b/gcc/common.opt
11 index d15105a73f3..29f9504cb68 100644
14 @@ -775,7 +775,7 @@ Common Var(warn_system_headers) Warning
15 Do not suppress warnings from system headers.
18 -Common Var(warn_trampolines) Warning
19 +Common Var(warn_trampolines) Init(1) Warning
20 Warn whenever a trampoline is generated.