commit: 8280462977fca22bf0c859ca8427b66ac7e665ab Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Dec 14 21:23:01 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 14 21:23:01 2023 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=82804629
14.0.0: drop obsolete 76_all_PR112869_cxx.patch Fixed upstream. Signed-off-by: Sam James <sam <AT> gentoo.org> 14.0.0/gentoo/76_all_PR112869_cxx.patch | 20 -------------------- 14.0.0/gentoo/README.history | 4 ++++ 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
