commit: 10274189de219a51faaa6e59a3805f1b18804fe4
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 1 08:45:27 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug 1 08:45:27 2020 +0000
URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=10274189
5.5.0: 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 <AT> gentoo.org>
5.5.0/gentoo/40_all_gcc-c++17.patch | 12 ++++++++++++
5.5.0/gentoo/README.history | 3 +++
2 files changed, 15 insertions(+)
diff --git a/5.5.0/gentoo/40_all_gcc-c++17.patch
b/5.5.0/gentoo/40_all_gcc-c++17.patch
new file mode 100644
index 0000000..d940d4c
--- /dev/null
+++ b/5.5.0/gentoo/40_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/5.5.0/gentoo/README.history b/5.5.0/gentoo/README.history
index 421682a..57f94a8 100644
--- a/5.5.0/gentoo/README.history
+++ b/5.5.0/gentoo/README.history
@@ -1,3 +1,6 @@
+4 TODO
+ + 40_all_gcc-c++17.patch
+
3 29 May 2020
+ 38_all_libcpp-ar.patch
+ 39_all_whitespace-pa.patch