Hi! https://gcc.gnu.org/pipermail/gcc-patches/2024-February/thread.html#645781 [PATCH] c++: Fix up parameter pack diagnostics on xobj vs. varargs functions [PR113802] The thread contains two possible further versions of the patch.
https://gcc.gnu.org/pipermail/gcc-patches/2024-February/thread.html#645782 [PATCH] dwarf2out: Emit DW_AT_export_symbols on anon unions/structs [PR113918] The thread contains another version of the patch at the end. https://gcc.gnu.org/pipermail/gcc-patches/2024-February/thread.html#645916 [PATCH] c-family, c++: Fix up handling of types which may have padding in __atomic_{compare_}exchange Seems Richi would like to use MEM_REF in the c-family code, that is then the https://gcc.gnu.org/pipermail/gcc-patches/2024-February/646040.html version. Thanks Jakub