aboutsummaryrefslogtreecommitdiffstats
path: root/main/gcc/0007-Enable-Wtrampolines-by-default.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/gcc/0007-Enable-Wtrampolines-by-default.patch')
-rw-r--r--main/gcc/0007-Enable-Wtrampolines-by-default.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/main/gcc/0007-Enable-Wtrampolines-by-default.patch b/main/gcc/0007-Enable-Wtrampolines-by-default.patch
index dcff86ffb53..eb7aae83866 100644
--- a/main/gcc/0007-Enable-Wtrampolines-by-default.patch
+++ b/main/gcc/0007-Enable-Wtrampolines-by-default.patch
@@ -1,17 +1,17 @@
-From c972e6e0fba2b240bdc6aca38aa705cbe54b0e28 Mon Sep 17 00:00:00 2001
+From 4a728ad48a7b437cc6f2697e26603bf648149f86 Mon Sep 17 00:00:00 2001
From: Ariadne Conill <ariadne@dereferenced.org>
Date: Fri, 21 Aug 2020 06:48:24 +0000
-Subject: [PATCH] Enable -Wtrampolines by default.
+Subject: [PATCH 07/35] Enable -Wtrampolines by default.
---
gcc/common.opt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/common.opt b/gcc/common.opt
-index ca942863064..0a0ab6195ee 100644
+index 64c4277c991..c24839d32bc 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
-@@ -774,7 +774,7 @@ Common Var(warn_system_headers) Warning
+@@ -803,7 +803,7 @@ Common Var(warn_system_headers) Warning
Do not suppress warnings from system headers.
Wtrampolines
@@ -19,7 +19,7 @@ index ca942863064..0a0ab6195ee 100644
+Common Var(warn_trampolines) Init(1) Warning
Warn whenever a trampoline is generated.
- Wtype-limits
+ Wtrivial-auto-var-init
--
-2.33.0
+2.41.0