aboutsummaryrefslogtreecommitdiff
path: root/4.9.4
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-07-24 09:59:48 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-07-24 09:59:48 +0100
commitdd1d98b2d98f4b5b4015cd31fe41311ee9eb9549 (patch)
tree2ccf7a876969c18af3db37c88c1cd73335718cad /4.9.4
parent10.1.0: mark as abandoned in favour of 10.2.0 (diff)
downloadgcc-patches-dd1d98b2d98f4b5b4015cd31fe41311ee9eb9549.tar.gz
gcc-patches-dd1d98b2d98f4b5b4015cd31fe41311ee9eb9549.tar.bz2
gcc-patches-dd1d98b2d98f4b5b4015cd31fe41311ee9eb9549.zip
4.9.4: tweak to build against gcc-11
One new patch: + 104_all_gcc-c++17.patch: avoid use of '++' on 'bool'. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to '4.9.4')
-rw-r--r--4.9.4/gentoo/104_all_gcc-c++17.patch12
-rw-r--r--4.9.4/gentoo/README.history3
2 files changed, 15 insertions, 0 deletions
diff --git a/4.9.4/gentoo/104_all_gcc-c++17.patch b/4.9.4/gentoo/104_all_gcc-c++17.patch
new file mode 100644
index 0000000..d940d4c
--- /dev/null
+++ b/4.9.4/gentoo/104_all_gcc-c++17.patch
@@ -0,0 +1,12 @@
+Fix compatibility with c++17
+--- a/gcc/reload.h
++++ b/gcc/reload.h
+@@ -168,7 +168,7 @@ struct target_reload {
+ value indicates the level of indirect addressing supported, e.g., two
+ means that (MEM (MEM (REG n))) is also valid if (REG n) does not get
+ a hard register. */
+- bool x_spill_indirect_levels;
++ unsigned char x_spill_indirect_levels;
+
+ /* True if caller-save has been reinitialized. */
+ bool x_caller_save_initialized_p;
diff --git a/4.9.4/gentoo/README.history b/4.9.4/gentoo/README.history
index 12ffe1f..34868a4 100644
--- a/4.9.4/gentoo/README.history
+++ b/4.9.4/gentoo/README.history
@@ -1,3 +1,6 @@
+3 TODO
+ + 104_all_gcc-c++17.patch
+
2 29 May 2020
+ 102_all_ustat-sparc.patch
+ 103_all_whitespace-pa.patch