commit: e918ca6e86a909ffde50e9708ee9c98374b14472 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 1 10:32:53 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 1 10:32:53 2025 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=e918ca6e
15.0.0: drop JIT patch Jakub's is now upstream. Signed-off-by: Sam James <sam <AT> gentoo.org> 15.0.0/gentoo/81_all_PR117047-jit-gc-malloc.patch | 22 ---------------------- 15.0.0/gentoo/README.history | 4 ---- 2 files changed, 26 deletions(-) diff --git a/15.0.0/gentoo/81_all_PR117047-jit-gc-malloc.patch b/15.0.0/gentoo/81_all_PR117047-jit-gc-malloc.patch deleted file mode 100644 index af8a23c..0000000 --- a/15.0.0/gentoo/81_all_PR117047-jit-gc-malloc.patch +++ /dev/null @@ -1,22 +0,0 @@ -https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117047#c36 ---- a/gcc/ggc.h -+++ b/gcc/ggc.h -@@ -127,8 +127,7 @@ extern void gt_pch_save (FILE *f); - - /* The internal primitive. */ - extern void *ggc_internal_alloc (size_t, void (*)(void *), size_t, -- size_t CXX_MEM_STAT_INFO) -- ATTRIBUTE_MALLOC; -+ size_t CXX_MEM_STAT_INFO); - - inline void * - ggc_internal_alloc (size_t s CXX_MEM_STAT_INFO) -@@ -141,7 +140,7 @@ extern size_t ggc_round_alloc_size (size_t requested_size); - /* Allocates cleared memory. */ - extern void *ggc_internal_cleared_alloc (size_t, void (*)(void *), - size_t, size_t -- CXX_MEM_STAT_INFO) ATTRIBUTE_MALLOC; -+ CXX_MEM_STAT_INFO); - - inline void * - ggc_internal_cleared_alloc (size_t s CXX_MEM_STAT_INFO) diff --git a/15.0.0/gentoo/README.history b/15.0.0/gentoo/README.history index 494be1f..06c4a0d 100644 --- a/15.0.0/gentoo/README.history +++ b/15.0.0/gentoo/README.history @@ -1,7 +1,3 @@ -47 ???? - - + 81_all_PR117047-jit-gc-malloc.patch - 46 17 February 2025 - 81_all_PR118097-ipa-cp-Perform-operations-in-the-appropriate-types-P.patch
