aboutsummaryrefslogtreecommitdiff
path: root/14.0.0
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-12-14 21:23:01 +0000
committerSam James <sam@gentoo.org>2023-12-14 21:23:01 +0000
commit8280462977fca22bf0c859ca8427b66ac7e665ab (patch)
treede31965d2eccddb6ca3879d50f233101caad6611 /14.0.0
parent14.0.0: cut patchset 10 (diff)
downloadgcc-patches-8280462977fca22bf0c859ca8427b66ac7e665ab.tar.gz
gcc-patches-8280462977fca22bf0c859ca8427b66ac7e665ab.tar.bz2
gcc-patches-8280462977fca22bf0c859ca8427b66ac7e665ab.zip
14.0.0: drop obsolete 76_all_PR112869_cxx.patch
Fixed upstream. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to '14.0.0')
-rw-r--r--14.0.0/gentoo/76_all_PR112869_cxx.patch20
-rw-r--r--14.0.0/gentoo/README.history4
2 files changed, 4 insertions, 20 deletions
diff --git a/14.0.0/gentoo/76_all_PR112869_cxx.patch b/14.0.0/gentoo/76_all_PR112869_cxx.patch
deleted file mode 100644
index 7ec000b..0000000
--- a/14.0.0/gentoo/76_all_PR112869_cxx.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-https://gcc.gnu.org/PR112869 (https://gcc.gnu.org/PR112869#c2)
-https://gcc.gnu.org/PR112907
---- a/gcc/cp/cp-gimplify.cc
-+++ b/gcc/cp/cp-gimplify.cc
-@@ -1177,13 +1177,9 @@ cp_fold_immediate_r (tree *stmt_p, int *walk_subtrees, void *data_)
- ? tf_error : tf_none);
- const tree_code code = TREE_CODE (stmt);
-
-- /* No need to look into types or unevaluated operands.
-- NB: This affects cp_fold_r as well. */
-+ /* No need to look into types or unevaluated operands. */
- if (TYPE_P (stmt) || unevaluated_p (code) || in_immediate_context ())
-- {
-- *walk_subtrees = 0;
-- return NULL_TREE;
-- }
-+ return NULL_TREE;
-
- tree decl = NULL_TREE;
- bool call_p = false;
diff --git a/14.0.0/gentoo/README.history b/14.0.0/gentoo/README.history
index 4359548..c535708 100644
--- a/14.0.0/gentoo/README.history
+++ b/14.0.0/gentoo/README.history
@@ -1,3 +1,7 @@
+11 ?? ??? 2023
+
+ - 76_all_PR112869_cxx.patch
+
10 10 Dec 2023
- 75_all_PR112572-missing-notes-update.patch