commit: b77c0ff8641f04bc3844647fdb568f05b6f89a7e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Sep 14 11:26:41 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Sep 14 11:26:41 2025 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=b77c0ff8
16.0.0: drop now upstream patch Signed-off-by: Sam James <sam <AT> gentoo.org> 16.0.0/gentoo/87_all_PR121932-gdb-lto.patch | 13 ------------- 16.0.0/gentoo/README.history | 4 ---- 2 files changed, 17 deletions(-) diff --git a/16.0.0/gentoo/87_all_PR121932-gdb-lto.patch b/16.0.0/gentoo/87_all_PR121932-gdb-lto.patch deleted file mode 100644 index 786cc4d..0000000 --- a/16.0.0/gentoo/87_all_PR121932-gdb-lto.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121932#c7 ---- a/gcc/ipa-free-lang-data.cc -+++ b/gcc/ipa-free-lang-data.cc -@@ -735,7 +735,8 @@ find_decls_types_r (tree *tp, int *ws, void *data) - - if (TREE_CODE (t) == FUNCTION_DECL) - { -- fld_worklist_push (DECL_ARGUMENTS (t), fld); -+ for (tree arg = DECL_ARGUMENTS (t); arg; arg = DECL_CHAIN (arg)) -+ fld_worklist_push (arg, fld); - fld_worklist_push (DECL_RESULT (t), fld); - } - else if (TREE_CODE (t) == FIELD_DECL) diff --git a/16.0.0/gentoo/README.history b/16.0.0/gentoo/README.history index 208891f..3a58f30 100644 --- a/16.0.0/gentoo/README.history +++ b/16.0.0/gentoo/README.history @@ -1,7 +1,3 @@ -15 ???? - - + 87_all_PR121932-gdb-lto.patch - 14 7 September 2025 - 91_all_PR121699-mesa.patch
