Hi! According to my notes, from the https://gcc.gnu.org/pipermail/gcc-patches/2024-November/669367.html patch ping the following patches are awaiting middle-end patch review and nothing else:
https://gcc.gnu.org/pipermail/gcc-patches/2024-November/669774.html expr, c, gimplify: Don't clear whole unions [PR116416] C FE/testsuite approved, middle-end remains https://gcc.gnu.org/pipermail/gcc-patches/2024-November/667949.html inline-asm, i386: Add "redzone" clobber support i386 part approved, there is no C/C++ FE part, middle-end remains https://gcc.gnu.org/pipermail/gcc-patches/2024-November/668554.html Add support for nonnull_if_nonzero attribute [PR117023] C family approved, middle-end remains https://gcc.gnu.org/pipermail/gcc-patches/2024-November/668798.html Introduce feeble_inline attribute [PR93008] With the suggested s/DECL_OPTIMIZABLE_INLINE_P/DECL_AGGRESSIBLE_INLINE_P/ C approved, C++ wasn't but I'd even think the gcc/cp/ changes are obvious, middle-end remains https://gcc.gnu.org/pipermail/gcc-patches/2024-November/668303.html c++, dyninit: Optimize C++ dynamic initialization by constants into DECL_INITIAL adjustment [PR102876] middle-end At least the first 3 patches will allow commit of dependent patches which were already fully approved. Thanks Jakub