https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119151
--- Comment #15 from Michael Leuchtenburg <michael at slashhome dot org> --- I've been running this backported to 14.2.0 for a bit now with good results. Found some other incompatibilities with our own code related to the changed malloc pattern relative to pre-btree code (insert now mallocs while holding a lock when previously it did not, which means we can't use dwarf backtraces in some spots where we could before) but no new bugs. Will the GCC commits bot update here when this is backported?